RSA_print

Print RSA key components to a BIO with indentation (deprecated).

Synopsis

Declared in <openssl/rsa.h>

[[deprecated]]
int
RSA_print(
    BIO* bp,
    RSA const* r,
    int offset);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

1 on success, or 0 on failure.

Parameters

NameDescription
bpOutput BIO.
rRSA key to print.
offsetIndentation in spaces.