[#RSA_get_method] = RSA_get_method :mrdocs: Return the RSA_METHOD currently associated with an RSA key (deprecated). == Synopsis Declared in `<openssl/rsa.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] xref:RSA_METHOD.adoc[RSA_METHOD] const* RSA_get_method(xref:RSA.adoc[RSA] const* rsa); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Return Value Pointer to the active RSA_METHOD. == Parameters [cols="1,4"] |=== | Name| Description | *rsa* | Key to query. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#