RSA_get_method

Return the RSA_METHOD currently associated with an RSA key (deprecated).

Synopsis

Declared in <openssl/rsa.h>

[[deprecated]]
RSA_METHOD const*
RSA_get_method(RSA const* rsa);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Return Value

Pointer to the active RSA_METHOD.

Parameters

NameDescription
rsaKey to query.