bindbc.gnutls.urls

Undocumented in source.

Members

Aliases

gnutls_get_raw_issuer_func
alias gnutls_get_raw_issuer_func = int function(const(char)* url, gnutls_x509_crt_t crt, gnutls_datum_t* issuer_der, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_privkey_import_url_func
alias gnutls_privkey_import_url_func = int function(gnutls_privkey_t pkey, const(char)* url, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_pubkey_import_url_func
alias gnutls_pubkey_import_url_func = int function(gnutls_pubkey_t pkey, const(char)* url, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_x509_crt_import_url_func
alias gnutls_x509_crt_import_url_func = int function(gnutls_x509_crt_t pkey, const(char)* url, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pgnutls_register_custom_url
alias pgnutls_register_custom_url = int function(const(gnutls_custom_url_st)* st)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Functions

bindUrls
void bindUrls(SharedLib lib)
Undocumented in source. Be warned that the author may not have intended to support it.
gnutls_register_custom_url
int gnutls_register_custom_url(const(gnutls_custom_url_st)* st)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Static variables

gnutls_register_custom_url
pgnutls_register_custom_url gnutls_register_custom_url;
Undocumented in source.

Structs

gnutls_custom_url_st
struct gnutls_custom_url_st
Undocumented in source.

Meta