bindbc.gnutls.system_keys

Undocumented in source.

Members

Aliases

gnutls_system_key_iter_t
alias gnutls_system_key_iter_t = system_key_iter_st*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pgnutls_system_key_add_x509
alias pgnutls_system_key_add_x509 = int function(gnutls_x509_crt_t crt, gnutls_x509_privkey_t privkey, const(char)* label, char** cert_url, char** key_url)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_system_key_delete
alias pgnutls_system_key_delete = int function(const(char)* cert_url, const(char)* key_url)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_system_key_iter_deinit
alias pgnutls_system_key_iter_deinit = void function(gnutls_system_key_iter_t iter)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
pgnutls_system_key_iter_get_info
alias pgnutls_system_key_iter_get_info = int function(gnutls_system_key_iter_t* iter, uint cert_type, char** cert_url, char** key_url, char** label, gnutls_datum_t* der, uint flags)
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

bindSystemKeys
void bindSystemKeys(SharedLib lib)
Undocumented in source. Be warned that the author may not have intended to support it.
gnutls_system_key_add_x509
int gnutls_system_key_add_x509(gnutls_x509_crt_t crt, gnutls_x509_privkey_t privkey, const(char)* label, char** cert_url, char** key_url)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_system_key_delete
int gnutls_system_key_delete(const(char)* cert_url, const(char)* key_url)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_system_key_iter_deinit
void gnutls_system_key_iter_deinit(gnutls_system_key_iter_t iter)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
gnutls_system_key_iter_get_info
int gnutls_system_key_iter_get_info(gnutls_system_key_iter_t* iter, uint cert_type, char** cert_url, char** key_url, char** label, gnutls_datum_t* der, uint flags)
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_system_key_add_x509
pgnutls_system_key_add_x509 gnutls_system_key_add_x509;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_system_key_delete
pgnutls_system_key_delete gnutls_system_key_delete;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_system_key_iter_deinit
pgnutls_system_key_iter_deinit gnutls_system_key_iter_deinit;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gnutls_system_key_iter_get_info
pgnutls_system_key_iter_get_info gnutls_system_key_iter_get_info;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

system_key_iter_st
struct system_key_iter_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta