X509_CRL_METHOD_new

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 nothrow
X509_CRL_METHOD*
X509_CRL_METHOD_new
(
ExternC!(int function
(
X509_CRL* crl
)
)
crl_init
,
ExternC!(int function
(
X509_CRL* crl
)
)
crl_free
,
ExternC!(int function
(
X509_CRL* crl
,
X509_REVOKED** ret
,
ASN1_INTEGER* ser
,
X509_NAME* issuer
)
)
crl_lookup
,
ExternC!(int function
(
X509_CRL* crl
,
EVP_PKEY* pk
)
)
crl_verify
)

Meta