The Encryption class / xml.Encryption methods |
Decrypts the encrypted string str encoded in BASE64, using the symmetric key key, and returns the string in clear text.
xml.Encryption.DecryptString( key xml.CryptoKey , str STRING ) RETURNING rstr STRING
The key must be of usage: encryption.
In case of error, the method throws an exception and sets the STATUS variable with the appropriate error number.