EncryptionServices.generateHash

Hashes a string represented by message using the PBKDF2WithHmacSHA512 algorithm and a 512 bit key.

returns java.lang.String

Parameters

java.lang.String  message,  int  iterations,  java.lang.String  salt,