Manpages

Manpage of d2i_RSAPublicKey

d2i_RSAPublicKey

Section: OpenSSL (3ssl)
Updated: 0.9.6c
Index
Return to Main Contents
 

NAME

d2i_RSAPublicKey, i2d_RSAPublicKey, d2i_RSAPrivateKey, i2d_RSAPrivateKey, i2d_Netscape_RSA, d2i_Netscape_RSA - ...  

SYNOPSIS

 #include <openssl/rsa.h>


 RSA * d2i_RSAPublicKey(RSA **a, unsigned char **pp, long length);


 int i2d_RSAPublicKey(RSA *a, unsigned char **pp);


 RSA * d2i_RSAPrivateKey(RSA **a, unsigned char **pp, long length);


 int i2d_RSAPrivateKey(RSA *a, unsigned char **pp);


 int i2d_Netscape_RSA(RSA *a, unsigned char **pp, int (*cb)());


 RSA * d2i_Netscape_RSA(RSA **a, unsigned char **pp, long length, int (*cb)());


 

DESCRIPTION

...  

RETURN VALUES

...  

SEE ALSO

...  

HISTORY

...


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUES
SEE ALSO
HISTORY

This document was created by man2html, using the manual pages.
Time: 07:26:23 GMT, March 29, 2024