EC_KEY_get0_private_key

Returns the private key of a EC_KEY object.

extern (C) nothrow @nogc
EC_KEY_get0_private_key
(
const(.EC_KEY)* key
)

Parameters

key const(.EC_KEY)*

EC_KEY object

Return Value

Type: const(libressl_d.openssl.ossl_typ.BIGNUM)*

a BIGNUM with the private key (possibly null).

Meta