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