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

Name

Description

rsa

Key to query.

Created with MrDocs