The following new functions are added for the CoderObject object:
- 
                     
Base32Decode -- Decodes a string value using Base32 decoder.
 - 
                     
Base32Encode -- Encodes a blob value using Base32 encoder.
 - 
                     
Base64UrlDecode -- Decodes a string value using Base64Url decoder.
 - 
                     
Base64UrlEncode -- Encodes a blob value using Base64Url encoder.
 
The following new functions are added for the CrypterObject object:
- 
                     
SymmetricGenerateKey -- Generates a secret key for asymmetric algorithm.
 
For more information, refer to the section called “CoderObject object” in Objects and Controls and the section called “CrypterObject object” in Objects and Controls.


