Return the EC_KEY_METHOD currently used by key (deprecated).
Declared in <openssl/ec.h>
[[deprecated]]
EC_KEY_METHOD const*
EC_KEY_get_method(EC_KEY const* key);
Deprecated. Use of this entity is allowed but discouraged.
Method table pointer (do not free).
| Name | Description |
|---|---|
| key | EC key to query. |