Return the RSA private exponent d (deprecated).

Synopsis

Declared in <openssl/rsa.h>

[[deprecated]]
BIGNUM const*
RSA_get0_d(RSA const* d);
Warning

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Pointer to the internal private‐exponent BIGNUM (do not free), or NULL if unset.

Parameters

Name

Description

d

RSA key to query.

Created with MrDocs