EVP_PKEY_asn1_set_private

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C) nothrow
void
EVP_PKEY_asn1_set_private
(
EVP_PKEY_ASN1_METHOD* ameth
,
ExternC!(int function
(
EVP_PKEY* pk
,
const(PKCS8_PRIV_KEY_INFO)* p8inf
)
)
priv_decode
,
ExternC!(int function
(
PKCS8_PRIV_KEY_INFO* p8
,
const(EVP_PKEY)* pk
)
)
priv_encode
,
ExternC!(int function
(,
const(EVP_PKEY)* pkey
,
int indent
,
ASN1_PCTX* pctx
)
)
priv_print
)

Meta