Decrypt a String Using an RSA Key
To decrypt a string:
Create a NAE Session. Pass the NAE username, password, and property file path as arguments.
Create instance of the key that was used for encryption.
Note
The
generic_rsa_key
must be present on the server.Call the
Decrypt
method of the key and pass the data you want to decrypt.