Return the RSA_METHOD currently associated with an RSA key (deprecated).
Declared in <openssl/rsa.h>
[[deprecated]]
RSA_METHOD const*
RSA_get_method(RSA const* rsa);
Deprecated. Use of this entity is allowed but discouraged.
Pointer to the active RSA_METHOD.
| Name | Description |
|---|---|
| rsa | Key to query. |