Return the public exponent e of an RSA key without transferring ownership (deprecated).
Synopsis
Declared in <openssl/rsa.h>
|
Warning
|
Deprecated. Use of this entity is allowed but discouraged. |
Return Value
Pointer to the internal BIGNUM for e, or NULL if unset.
Parameters
Name |
Description |
d |
RSA key to query. |
Created with MrDocs