MivaScript Builtin Function, Miva Merchant 9+
rsa_load_privatekey( privkey_file, rsa var, passphrase )
<mvt:assign name="g.return_value" value="rsa_load_privatekey( privkey_file, rsa var, passphrase )" />
Load an encrypted RSA private key from a PKCS#8 file specified by privkey_file, and decrypt it using passphrase.
privkey_file
The name of the file containing the encrypted private key
rsa
A variable which receives an internal reference to the loaded RSA key
passphrase
The passphrase used to decrypt the private key