My use-case is to re-create the client side(browser) manipulation such as encryption in Java program.
I could see a website uses the kony framework generate a encrypted value. Details of Kony Framework in Javascript : http://docs.kony.com/konylibrary/visualizer/viz_api_dev_guide/content/kony.crypto_functions.htm
I would like to understand do we have any equivalent java code to implement the kony crypto algorithm in java?