voltmx.crypto Namespace
The voltmx.crypto namespace provides the following APIĀ elements.
Functions
The voltmx.crypto namespace contains the following functions.
voltmx.crypto.asymmetricEncrypt
This API encrypts the input string and returns the encrypted text. This API is available from V9 SP2 onwards.
Syntax
voltmx.crypto.asymmetricEncrypt(alias, inputstring, propertiesTable)
Input Parameters
Parameters | Description |
---|---|
alias [String] - Mandatory | You can generate the value of the alias parameter by using generateAsymmetricKeyPair API. |
inputstring[String/ |