MivaScript Builtin Function, Miva Merchant 9+
rsa_private_decrypt( rsa, encrypted, plaintext var )
<mvt:assign name="g.return_value" value="rsa_private_decrypt( rsa, encrypted, plaintext var )" />
Decrypts data previously encrypted using the public key portion of an RSA keypair.
rsa
The internal reference to the RSA private key used for decryption
encrypted
The encrypted ciphertext, in raw binary format
plaintext
A variable which receives the decrypted plaintext