Manual Pages for UNIX Darwin command on man RSA_print
MyWebUniversity

Manual Pages for UNIX Darwin command on man RSA_print

RSAprint(3) OpenSSL RSAprint(3)

NAME

RSAprint, RSAprintfp, DSAparamsprint, DSAparamsprintfp,

DSAprint, DSAprintfp, DHparamsprint, DHparamsprintfp - print

cryptographic parameters

SYNOPSIS

#include

int RSAprint(BIO *bp, RSA *x, int offset); int RSAprintfp(FILE *fp, RSA *x, int offset);

#include

int DSAparamsprint(BIO *bp, DSA *x); int DSAparamsprintfp(FILE *fp, DSA *x); int DSAprint(BIO *bp, DSA *x, int offset); int DSAprintfp(FILE *fp, DSA *x, int offset);

#include

int DHparamsprint(BIO *bp, DH *x); int DHparamsprintfp(FILE *fp, DH *x);

DESCRIPTION

A human-readable hexadecimal output of the components of the RSA key,

DSA parameters or key or DH parameters is printed to bbpp or ffpp. The output lines are indented by ooffffsseett spaces.

RETURN VALUES

These functions return 1 on success, 0 on error.

SEE ALSO

dh(3), dsa(3), rsa(3), BNbn2bin(3) HISTORY RSAprint(), RSAprintfp(), DSAprint(), DSAprintfp(), DHprint(), DHprintfp() are available in all versions of SSLeay and OpenSSL. DSAparamsprint() and DSAparamsprintfp() were added in SSLeay 0.8.

0.9.7l 2003-12-27 RSAprint(3)




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™