Created by potrace 1.16, written by Peter Selinger 2001-2019

Miva Developer Docs


Behaves identical to the legacy counterpart rsa_save_privatekey_mem() except that it allows the caller to specify the cipher used to encrypt the private key (the legacy function always uses des-ede3-cbc).

Syntax
rsa_save_privatekey_mem_cipher( privkey var, rsa var, passphrase, ciphername )

Parameters#

Parameter Description
ciphername an OpenSSL cipher identifier that specifies the cipher to be used. Note that OpenSSL only permits a subset of its supported ciphers to be used for RSA key encryption. For example, only CBC mode ciphers are permitted.