encodeHS512

encodeHS512(secret: String;
            error:  String output): String;

The encodeHS512 method of the JadeJsonWebToken class generates a string representation of the JSON Web Token, signed using the HS512 algorithm with the secret value specified in the secret parameter.

For the HS512 signing algorithm, the secret value must be at least 64 characters long. If the specified secret parameter is shorter than 64 characters and an exception handler is:

2020.0.01 and higher