gnutls_pkcs12_simple_parse

Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
  1. int gnutls_pkcs12_simple_parse(gnutls_pkcs12_t p12, const(char)* password, gnutls_x509_privkey_t* key, gnutls_x509_crt_t** chain, uint* chain_len, gnutls_x509_crt_t** extra_certs, uint* extra_certs_len, gnutls_x509_crl_t* crl, uint flags)
    version(BindGnuTLS_Static)
    extern (System) @nogc nothrow @system
    int
    gnutls_pkcs12_simple_parse
  2. pgnutls_pkcs12_simple_parse gnutls_pkcs12_simple_parse;

Meta