RSAPrivateKey ::= SEQUENCE { version Version, //版本 modulus INTEGER, // RSA合数模 n ...
d2i_RSAPrivateKey(),i2d_RSAPrivateKey()decode and encode a PKCS#1 RSAPrivateKey structure.d2i_Netscape_RSA(),i2d_Netscape_RSA()decode and encode an RSA private key in NET format. The usage of all of these functions is similar to thed2i_X509()andi2d_X509()described in the...