bindbc.gnutls.openpgp

Undocumented in source.

Members

Aliases

gnutls_openpgp_crt_fmt_t
alias gnutls_openpgp_crt_fmt_t = gnutls_openpgp_crt_fmt
Undocumented in source.
gnutls_openpgp_keyid_t
alias gnutls_openpgp_keyid_t = ubyte[GNUTLS_OPENPGP_KEYID_SIZE]
Undocumented in source.
gnutls_openpgp_recv_key_func
alias gnutls_openpgp_recv_key_func = int function(gnutls_session_t session, const(ubyte)* keyfpr, uint keyfpr_length, gnutls_datum_t* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pgnutls_certificate_get_openpgp_crt
alias pgnutls_certificate_get_openpgp_crt = int function(gnutls_certificate_credentials_t res, uint index, gnutls_openpgp_crt_t** crt_list, uint* crt_list_size)
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_certificate_get_openpgp_key
alias pgnutls_certificate_get_openpgp_key = int function(gnutls_certificate_credentials_t res, uint index, gnutls_openpgp_privkey_t* key)
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_certificate_set_openpgp_key
alias pgnutls_certificate_set_openpgp_key = int function(gnutls_certificate_credentials_t res, gnutls_openpgp_crt_t crt, gnutls_openpgp_privkey_t pkey)
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_certificate_set_openpgp_key_file
alias pgnutls_certificate_set_openpgp_key_file = int function(gnutls_certificate_credentials_t res, const(char)* certfile, const(char)* keyfile, gnutls_openpgp_crt_fmt_t format)
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_certificate_set_openpgp_key_file2
alias pgnutls_certificate_set_openpgp_key_file2 = int function(gnutls_certificate_credentials_t res, const(char)* certfile, const(char)* keyfile, const(char)* subkey_id, gnutls_openpgp_crt_fmt_t format)
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_certificate_set_openpgp_key_mem
alias pgnutls_certificate_set_openpgp_key_mem = int function(gnutls_certificate_credentials_t res, const(gnutls_datum_t)* cert, const(gnutls_datum_t)* key, gnutls_openpgp_crt_fmt_t format)
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_certificate_set_openpgp_key_mem2
alias pgnutls_certificate_set_openpgp_key_mem2 = int function(gnutls_certificate_credentials_t res, const(gnutls_datum_t)* cert, const(gnutls_datum_t)* key, const(char)* subkey_id, gnutls_openpgp_crt_fmt_t format)
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_certificate_set_openpgp_keyring_file
alias pgnutls_certificate_set_openpgp_keyring_file = int function(gnutls_certificate_credentials_t c, const(char)* file, gnutls_openpgp_crt_fmt_t format)
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_certificate_set_openpgp_keyring_mem
alias pgnutls_certificate_set_openpgp_keyring_mem = int function(gnutls_certificate_credentials_t c, const(ubyte)* data, size_t dlen, gnutls_openpgp_crt_fmt_t format)
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_openpgp_crt_check_email
alias pgnutls_openpgp_crt_check_email = int function(gnutls_openpgp_crt_t key, const(char)* email, 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.
pgnutls_openpgp_crt_check_hostname
alias pgnutls_openpgp_crt_check_hostname = int function(gnutls_openpgp_crt_t key, const(char)* hostname)
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_openpgp_crt_check_hostname2
alias pgnutls_openpgp_crt_check_hostname2 = int function(gnutls_openpgp_crt_t key, const(char)* hostname, 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.
pgnutls_openpgp_crt_deinit
alias pgnutls_openpgp_crt_deinit = void function(gnutls_openpgp_crt_t key)
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_openpgp_crt_export
alias pgnutls_openpgp_crt_export = int function(gnutls_openpgp_crt_t key, gnutls_openpgp_crt_fmt_t format, void* output_data, size_t* output_data_size)
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_openpgp_crt_export2
alias pgnutls_openpgp_crt_export2 = int function(gnutls_openpgp_crt_t key, gnutls_openpgp_crt_fmt_t format, gnutls_datum_t* out_)
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_openpgp_crt_get_auth_subkey
alias pgnutls_openpgp_crt_get_auth_subkey = int function(gnutls_openpgp_crt_t crt, gnutls_openpgp_keyid_t keyid, uint flag)
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_openpgp_crt_get_creation_time
alias pgnutls_openpgp_crt_get_creation_time = time_t function(gnutls_openpgp_crt_t key)
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_openpgp_crt_get_expiration_time
alias pgnutls_openpgp_crt_get_expiration_time = time_t function(gnutls_openpgp_crt_t key)
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_openpgp_crt_get_fingerprint
alias pgnutls_openpgp_crt_get_fingerprint = int function(gnutls_openpgp_crt_t key, void* fpr, size_t* fprlen)
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_openpgp_crt_get_key_id
alias pgnutls_openpgp_crt_get_key_id = int function(gnutls_openpgp_crt_t key, gnutls_openpgp_keyid_t keyid)
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_openpgp_crt_get_key_usage
alias pgnutls_openpgp_crt_get_key_usage = int function(gnutls_openpgp_crt_t key, uint* key_usage)
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_openpgp_crt_get_name
alias pgnutls_openpgp_crt_get_name = int function(gnutls_openpgp_crt_t key, int idx, char* buf, size_t* sizeof_buf)
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_openpgp_crt_get_pk_algorithm
alias pgnutls_openpgp_crt_get_pk_algorithm = gnutls_pk_algorithm_t function(gnutls_openpgp_crt_t key, uint* bits)
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_openpgp_crt_get_pk_dsa_raw
alias pgnutls_openpgp_crt_get_pk_dsa_raw = int function(gnutls_openpgp_crt_t crt, gnutls_datum_t* p, gnutls_datum_t* q, gnutls_datum_t* g, gnutls_datum_t* y)
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_openpgp_crt_get_pk_rsa_raw
alias pgnutls_openpgp_crt_get_pk_rsa_raw = int function(gnutls_openpgp_crt_t crt, gnutls_datum_t* m, gnutls_datum_t* e)
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_openpgp_crt_get_preferred_key_id
alias pgnutls_openpgp_crt_get_preferred_key_id = int function(gnutls_openpgp_crt_t key, gnutls_openpgp_keyid_t keyid)
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_openpgp_crt_get_revoked_status
alias pgnutls_openpgp_crt_get_revoked_status = int function(gnutls_openpgp_crt_t key)
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_openpgp_crt_get_subkey_count
alias pgnutls_openpgp_crt_get_subkey_count = int function(gnutls_openpgp_crt_t key)
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_openpgp_crt_get_subkey_creation_time
alias pgnutls_openpgp_crt_get_subkey_creation_time = time_t function(gnutls_openpgp_crt_t key, uint idx)
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_openpgp_crt_get_subkey_expiration_time
alias pgnutls_openpgp_crt_get_subkey_expiration_time = time_t function(gnutls_openpgp_crt_t key, uint idx)
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_openpgp_crt_get_subkey_fingerprint
alias pgnutls_openpgp_crt_get_subkey_fingerprint = int function(gnutls_openpgp_crt_t key, uint idx, void* fpr, size_t* fprlen)
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_openpgp_crt_get_subkey_id
alias pgnutls_openpgp_crt_get_subkey_id = int function(gnutls_openpgp_crt_t key, uint idx, gnutls_openpgp_keyid_t keyid)
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_openpgp_crt_get_subkey_idx
alias pgnutls_openpgp_crt_get_subkey_idx = int function(gnutls_openpgp_crt_t key, const gnutls_openpgp_keyid_t keyid)
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_openpgp_crt_get_subkey_pk_algorithm
alias pgnutls_openpgp_crt_get_subkey_pk_algorithm = gnutls_pk_algorithm_t function(gnutls_openpgp_crt_t key, uint idx, uint* bits)
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_openpgp_crt_get_subkey_pk_dsa_raw
alias pgnutls_openpgp_crt_get_subkey_pk_dsa_raw = int function(gnutls_openpgp_crt_t crt, uint idx, gnutls_datum_t* p, gnutls_datum_t* q, gnutls_datum_t* g, gnutls_datum_t* y)
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_openpgp_crt_get_subkey_pk_rsa_raw
alias pgnutls_openpgp_crt_get_subkey_pk_rsa_raw = int function(gnutls_openpgp_crt_t crt, uint idx, gnutls_datum_t* m, gnutls_datum_t* e)
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_openpgp_crt_get_subkey_revoked_status
alias pgnutls_openpgp_crt_get_subkey_revoked_status = int function(gnutls_openpgp_crt_t key, uint idx)
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_openpgp_crt_get_subkey_usage
alias pgnutls_openpgp_crt_get_subkey_usage = int function(gnutls_openpgp_crt_t key, uint idx, uint* key_usage)
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_openpgp_crt_get_version
alias pgnutls_openpgp_crt_get_version = int function(gnutls_openpgp_crt_t key)
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_openpgp_crt_import
alias pgnutls_openpgp_crt_import = int function(gnutls_openpgp_crt_t key, const(gnutls_datum_t)* data, gnutls_openpgp_crt_fmt_t format)
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_openpgp_crt_init
alias pgnutls_openpgp_crt_init = int function(gnutls_openpgp_crt_t* key)
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_openpgp_crt_print
alias pgnutls_openpgp_crt_print = int function(gnutls_openpgp_crt_t cert, gnutls_certificate_print_formats_t format, gnutls_datum_t* out_)
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_openpgp_crt_set_preferred_key_id
alias pgnutls_openpgp_crt_set_preferred_key_id = int function(gnutls_openpgp_crt_t key, const gnutls_openpgp_keyid_t keyid)
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_openpgp_crt_verify_ring
alias pgnutls_openpgp_crt_verify_ring = int function(gnutls_openpgp_crt_t key, gnutls_openpgp_keyring_t keyring, uint flags, uint* verify)
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_openpgp_crt_verify_self
alias pgnutls_openpgp_crt_verify_self = int function(gnutls_openpgp_crt_t key, uint flags, uint* verify)
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_openpgp_keyring_check_id
alias pgnutls_openpgp_keyring_check_id = int function(gnutls_openpgp_keyring_t ring, const gnutls_openpgp_keyid_t keyid, 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.
pgnutls_openpgp_keyring_deinit
alias pgnutls_openpgp_keyring_deinit = void function(gnutls_openpgp_keyring_t keyring)
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_openpgp_keyring_get_crt
alias pgnutls_openpgp_keyring_get_crt = int function(gnutls_openpgp_keyring_t ring, uint idx, gnutls_openpgp_crt_t* cert)
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_openpgp_keyring_get_crt_count
alias pgnutls_openpgp_keyring_get_crt_count = int function(gnutls_openpgp_keyring_t ring)
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_openpgp_keyring_import
alias pgnutls_openpgp_keyring_import = int function(gnutls_openpgp_keyring_t keyring, const(gnutls_datum_t)* data, gnutls_openpgp_crt_fmt_t format)
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_openpgp_keyring_init
alias pgnutls_openpgp_keyring_init = int function(gnutls_openpgp_keyring_t* keyring)
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_openpgp_privkey_deinit
alias pgnutls_openpgp_privkey_deinit = void function(gnutls_openpgp_privkey_t key)
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_openpgp_privkey_export
alias pgnutls_openpgp_privkey_export = int function(gnutls_openpgp_privkey_t key, gnutls_openpgp_crt_fmt_t format, const(char)* password, uint flags, void* output_data, size_t* output_data_size)
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_openpgp_privkey_export2
alias pgnutls_openpgp_privkey_export2 = int function(gnutls_openpgp_privkey_t key, gnutls_openpgp_crt_fmt_t format, const(char)* password, uint flags, gnutls_datum_t* out_)
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_openpgp_privkey_export_dsa_raw
alias pgnutls_openpgp_privkey_export_dsa_raw = int function(gnutls_openpgp_privkey_t pkey, gnutls_datum_t* p, gnutls_datum_t* q, gnutls_datum_t* g, gnutls_datum_t* y, gnutls_datum_t* x)
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_openpgp_privkey_export_rsa_raw
alias pgnutls_openpgp_privkey_export_rsa_raw = int function(gnutls_openpgp_privkey_t pkey, gnutls_datum_t* m, gnutls_datum_t* e, gnutls_datum_t* d, gnutls_datum_t* p, gnutls_datum_t* q, gnutls_datum_t* u)
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_openpgp_privkey_export_subkey_dsa_raw
alias pgnutls_openpgp_privkey_export_subkey_dsa_raw = int function(gnutls_openpgp_privkey_t pkey, uint idx, gnutls_datum_t* p, gnutls_datum_t* q, gnutls_datum_t* g, gnutls_datum_t* y, gnutls_datum_t* x)
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_openpgp_privkey_export_subkey_rsa_raw
alias pgnutls_openpgp_privkey_export_subkey_rsa_raw = int function(gnutls_openpgp_privkey_t pkey, uint idx, gnutls_datum_t* m, gnutls_datum_t* e, gnutls_datum_t* d, gnutls_datum_t* p, gnutls_datum_t* q, gnutls_datum_t* u)
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_openpgp_privkey_get_fingerprint
alias pgnutls_openpgp_privkey_get_fingerprint = int function(gnutls_openpgp_privkey_t key, void* fpr, size_t* fprlen)
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_openpgp_privkey_get_key_id
alias pgnutls_openpgp_privkey_get_key_id = int function(gnutls_openpgp_privkey_t key, gnutls_openpgp_keyid_t keyid)
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_openpgp_privkey_get_pk_algorithm
alias pgnutls_openpgp_privkey_get_pk_algorithm = gnutls_pk_algorithm_t function(gnutls_openpgp_privkey_t key, uint* bits)
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_openpgp_privkey_get_preferred_key_id
alias pgnutls_openpgp_privkey_get_preferred_key_id = int function(gnutls_openpgp_privkey_t key, gnutls_openpgp_keyid_t keyid)
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_openpgp_privkey_get_revoked_status
alias pgnutls_openpgp_privkey_get_revoked_status = int function(gnutls_openpgp_privkey_t key)
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_openpgp_privkey_get_subkey_count
alias pgnutls_openpgp_privkey_get_subkey_count = int function(gnutls_openpgp_privkey_t key)
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_openpgp_privkey_get_subkey_creation_time
alias pgnutls_openpgp_privkey_get_subkey_creation_time = time_t function(gnutls_openpgp_privkey_t key, uint idx)
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_openpgp_privkey_get_subkey_expiration_time
alias pgnutls_openpgp_privkey_get_subkey_expiration_time = time_t function(gnutls_openpgp_privkey_t key, uint idx)
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_openpgp_privkey_get_subkey_fingerprint
alias pgnutls_openpgp_privkey_get_subkey_fingerprint = int function(gnutls_openpgp_privkey_t key, uint idx, void* fpr, size_t* fprlen)
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_openpgp_privkey_get_subkey_id
alias pgnutls_openpgp_privkey_get_subkey_id = int function(gnutls_openpgp_privkey_t key, uint idx, gnutls_openpgp_keyid_t keyid)
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_openpgp_privkey_get_subkey_idx
alias pgnutls_openpgp_privkey_get_subkey_idx = int function(gnutls_openpgp_privkey_t key, const gnutls_openpgp_keyid_t keyid)
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_openpgp_privkey_get_subkey_pk_algorithm
alias pgnutls_openpgp_privkey_get_subkey_pk_algorithm = gnutls_pk_algorithm_t function(gnutls_openpgp_privkey_t key, uint idx, uint* bits)
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_openpgp_privkey_get_subkey_revoked_status
alias pgnutls_openpgp_privkey_get_subkey_revoked_status = int function(gnutls_openpgp_privkey_t key, uint idx)
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_openpgp_privkey_import
alias pgnutls_openpgp_privkey_import = int function(gnutls_openpgp_privkey_t key, const(gnutls_datum_t)* data, gnutls_openpgp_crt_fmt_t format, const(char)* password, 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.
pgnutls_openpgp_privkey_init
alias pgnutls_openpgp_privkey_init = int function(gnutls_openpgp_privkey_t* key)
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_openpgp_privkey_sec_param
alias pgnutls_openpgp_privkey_sec_param = gnutls_sec_param_t function(gnutls_openpgp_privkey_t key)
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_openpgp_privkey_set_preferred_key_id
alias pgnutls_openpgp_privkey_set_preferred_key_id = int function(gnutls_openpgp_privkey_t key, const gnutls_openpgp_keyid_t keyid)
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_openpgp_set_recv_key_function
alias pgnutls_openpgp_set_recv_key_function = void function(gnutls_session_t session, gnutls_openpgp_recv_key_func func)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Enums

gnutls_openpgp_crt_fmt
enum gnutls_openpgp_crt_fmt
Undocumented in source.

Functions

bindOpenPGP
void bindOpenPGP(SharedLib lib)
Undocumented in source. Be warned that the author may not have intended to support it.
gnutls_certificate_get_openpgp_crt
int gnutls_certificate_get_openpgp_crt(gnutls_certificate_credentials_t res, uint index, gnutls_openpgp_crt_t** crt_list, uint* crt_list_size)
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_certificate_get_openpgp_key
int gnutls_certificate_get_openpgp_key(gnutls_certificate_credentials_t res, uint index, gnutls_openpgp_privkey_t* key)
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_certificate_set_openpgp_key
int gnutls_certificate_set_openpgp_key(gnutls_certificate_credentials_t res, gnutls_openpgp_crt_t crt, gnutls_openpgp_privkey_t pkey)
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_certificate_set_openpgp_key_file
int gnutls_certificate_set_openpgp_key_file(gnutls_certificate_credentials_t res, const(char)* certfile, const(char)* keyfile, gnutls_openpgp_crt_fmt_t format)
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_certificate_set_openpgp_key_file2
int gnutls_certificate_set_openpgp_key_file2(gnutls_certificate_credentials_t res, const(char)* certfile, const(char)* keyfile, const(char)* subkey_id, gnutls_openpgp_crt_fmt_t format)
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_certificate_set_openpgp_key_mem
int gnutls_certificate_set_openpgp_key_mem(gnutls_certificate_credentials_t res, const(gnutls_datum_t)* cert, const(gnutls_datum_t)* key, gnutls_openpgp_crt_fmt_t format)
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_certificate_set_openpgp_key_mem2
int gnutls_certificate_set_openpgp_key_mem2(gnutls_certificate_credentials_t res, const(gnutls_datum_t)* cert, const(gnutls_datum_t)* key, const(char)* subkey_id, gnutls_openpgp_crt_fmt_t format)
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_certificate_set_openpgp_keyring_file
int gnutls_certificate_set_openpgp_keyring_file(gnutls_certificate_credentials_t c, const(char)* file, gnutls_openpgp_crt_fmt_t format)
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_certificate_set_openpgp_keyring_mem
int gnutls_certificate_set_openpgp_keyring_mem(gnutls_certificate_credentials_t c, const(ubyte)* data, size_t dlen, gnutls_openpgp_crt_fmt_t format)
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_openpgp_crt_check_email
int gnutls_openpgp_crt_check_email(gnutls_openpgp_crt_t key, const(char)* email, 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.
gnutls_openpgp_crt_check_hostname
int gnutls_openpgp_crt_check_hostname(gnutls_openpgp_crt_t key, const(char)* hostname)
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_openpgp_crt_check_hostname2
int gnutls_openpgp_crt_check_hostname2(gnutls_openpgp_crt_t key, const(char)* hostname, 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.
gnutls_openpgp_crt_deinit
void gnutls_openpgp_crt_deinit(gnutls_openpgp_crt_t key)
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_openpgp_crt_export
int gnutls_openpgp_crt_export(gnutls_openpgp_crt_t key, gnutls_openpgp_crt_fmt_t format, void* output_data, size_t* output_data_size)
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_openpgp_crt_export2
int gnutls_openpgp_crt_export2(gnutls_openpgp_crt_t key, gnutls_openpgp_crt_fmt_t format, gnutls_datum_t* out_)
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_openpgp_crt_get_auth_subkey
int gnutls_openpgp_crt_get_auth_subkey(gnutls_openpgp_crt_t crt, gnutls_openpgp_keyid_t keyid, uint flag)
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_openpgp_crt_get_creation_time
time_t gnutls_openpgp_crt_get_creation_time(gnutls_openpgp_crt_t key)
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_openpgp_crt_get_expiration_time
time_t gnutls_openpgp_crt_get_expiration_time(gnutls_openpgp_crt_t key)
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_openpgp_crt_get_fingerprint
int gnutls_openpgp_crt_get_fingerprint(gnutls_openpgp_crt_t key, void* fpr, size_t* fprlen)
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_openpgp_crt_get_key_id
int gnutls_openpgp_crt_get_key_id(gnutls_openpgp_crt_t key, gnutls_openpgp_keyid_t keyid)
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_openpgp_crt_get_key_usage
int gnutls_openpgp_crt_get_key_usage(gnutls_openpgp_crt_t key, uint* key_usage)
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_openpgp_crt_get_name
int gnutls_openpgp_crt_get_name(gnutls_openpgp_crt_t key, int idx, char* buf, size_t* sizeof_buf)
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_openpgp_crt_get_pk_algorithm
gnutls_pk_algorithm_t gnutls_openpgp_crt_get_pk_algorithm(gnutls_openpgp_crt_t key, uint* bits)
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_openpgp_crt_get_pk_dsa_raw
int gnutls_openpgp_crt_get_pk_dsa_raw(gnutls_openpgp_crt_t crt, gnutls_datum_t* p, gnutls_datum_t* q, gnutls_datum_t* g, gnutls_datum_t* y)
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_openpgp_crt_get_pk_rsa_raw
int gnutls_openpgp_crt_get_pk_rsa_raw(gnutls_openpgp_crt_t crt, gnutls_datum_t* m, gnutls_datum_t* e)
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_openpgp_crt_get_preferred_key_id
int gnutls_openpgp_crt_get_preferred_key_id(gnutls_openpgp_crt_t key, gnutls_openpgp_keyid_t keyid)
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_openpgp_crt_get_revoked_status
int gnutls_openpgp_crt_get_revoked_status(gnutls_openpgp_crt_t key)
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_openpgp_crt_get_subkey_count
int gnutls_openpgp_crt_get_subkey_count(gnutls_openpgp_crt_t key)
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_openpgp_crt_get_subkey_creation_time
time_t gnutls_openpgp_crt_get_subkey_creation_time(gnutls_openpgp_crt_t key, uint idx)
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_openpgp_crt_get_subkey_expiration_time
time_t gnutls_openpgp_crt_get_subkey_expiration_time(gnutls_openpgp_crt_t key, uint idx)
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_openpgp_crt_get_subkey_fingerprint
int gnutls_openpgp_crt_get_subkey_fingerprint(gnutls_openpgp_crt_t key, uint idx, void* fpr, size_t* fprlen)
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_openpgp_crt_get_subkey_id
int gnutls_openpgp_crt_get_subkey_id(gnutls_openpgp_crt_t key, uint idx, gnutls_openpgp_keyid_t keyid)
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_openpgp_crt_get_subkey_idx
int gnutls_openpgp_crt_get_subkey_idx(gnutls_openpgp_crt_t key, gnutls_openpgp_keyid_t keyid)
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_openpgp_crt_get_subkey_pk_algorithm
gnutls_pk_algorithm_t gnutls_openpgp_crt_get_subkey_pk_algorithm(gnutls_openpgp_crt_t key, uint idx, uint* bits)
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_openpgp_crt_get_subkey_pk_dsa_raw
int gnutls_openpgp_crt_get_subkey_pk_dsa_raw(gnutls_openpgp_crt_t crt, uint idx, gnutls_datum_t* p, gnutls_datum_t* q, gnutls_datum_t* g, gnutls_datum_t* y)
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_openpgp_crt_get_subkey_pk_rsa_raw
int gnutls_openpgp_crt_get_subkey_pk_rsa_raw(gnutls_openpgp_crt_t crt, uint idx, gnutls_datum_t* m, gnutls_datum_t* e)
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_openpgp_crt_get_subkey_revoked_status
int gnutls_openpgp_crt_get_subkey_revoked_status(gnutls_openpgp_crt_t key, uint idx)
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_openpgp_crt_get_subkey_usage
int gnutls_openpgp_crt_get_subkey_usage(gnutls_openpgp_crt_t key, uint idx, uint* key_usage)
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_openpgp_crt_get_version
int gnutls_openpgp_crt_get_version(gnutls_openpgp_crt_t key)
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_openpgp_crt_import
int gnutls_openpgp_crt_import(gnutls_openpgp_crt_t key, const(gnutls_datum_t)* data, gnutls_openpgp_crt_fmt_t format)
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_openpgp_crt_init
int gnutls_openpgp_crt_init(gnutls_openpgp_crt_t* key)
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_openpgp_crt_print
int gnutls_openpgp_crt_print(gnutls_openpgp_crt_t cert, gnutls_certificate_print_formats_t format, gnutls_datum_t* out_)
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_openpgp_crt_set_preferred_key_id
int gnutls_openpgp_crt_set_preferred_key_id(gnutls_openpgp_crt_t key, gnutls_openpgp_keyid_t keyid)
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_openpgp_crt_verify_ring
int gnutls_openpgp_crt_verify_ring(gnutls_openpgp_crt_t key, gnutls_openpgp_keyring_t keyring, uint flags, uint* verify)
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_openpgp_crt_verify_self
int gnutls_openpgp_crt_verify_self(gnutls_openpgp_crt_t key, uint flags, uint* verify)
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_openpgp_keyring_check_id
int gnutls_openpgp_keyring_check_id(gnutls_openpgp_keyring_t ring, gnutls_openpgp_keyid_t keyid, 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.
gnutls_openpgp_keyring_deinit
void gnutls_openpgp_keyring_deinit(gnutls_openpgp_keyring_t keyring)
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_openpgp_keyring_get_crt
int gnutls_openpgp_keyring_get_crt(gnutls_openpgp_keyring_t ring, uint idx, gnutls_openpgp_crt_t* cert)
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_openpgp_keyring_get_crt_count
int gnutls_openpgp_keyring_get_crt_count(gnutls_openpgp_keyring_t ring)
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_openpgp_keyring_import
int gnutls_openpgp_keyring_import(gnutls_openpgp_keyring_t keyring, const(gnutls_datum_t)* data, gnutls_openpgp_crt_fmt_t format)
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_openpgp_keyring_init
int gnutls_openpgp_keyring_init(gnutls_openpgp_keyring_t* keyring)
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_openpgp_privkey_deinit
void gnutls_openpgp_privkey_deinit(gnutls_openpgp_privkey_t key)
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_openpgp_privkey_export
int gnutls_openpgp_privkey_export(gnutls_openpgp_privkey_t key, gnutls_openpgp_crt_fmt_t format, const(char)* password, uint flags, void* output_data, size_t* output_data_size)
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_openpgp_privkey_export2
int gnutls_openpgp_privkey_export2(gnutls_openpgp_privkey_t key, gnutls_openpgp_crt_fmt_t format, const(char)* password, uint flags, gnutls_datum_t* out_)
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_openpgp_privkey_export_dsa_raw
int gnutls_openpgp_privkey_export_dsa_raw(gnutls_openpgp_privkey_t pkey, gnutls_datum_t* p, gnutls_datum_t* q, gnutls_datum_t* g, gnutls_datum_t* y, gnutls_datum_t* x)
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_openpgp_privkey_export_rsa_raw
int gnutls_openpgp_privkey_export_rsa_raw(gnutls_openpgp_privkey_t pkey, gnutls_datum_t* m, gnutls_datum_t* e, gnutls_datum_t* d, gnutls_datum_t* p, gnutls_datum_t* q, gnutls_datum_t* u)
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_openpgp_privkey_export_subkey_dsa_raw
int gnutls_openpgp_privkey_export_subkey_dsa_raw(gnutls_openpgp_privkey_t pkey, uint idx, gnutls_datum_t* p, gnutls_datum_t* q, gnutls_datum_t* g, gnutls_datum_t* y, gnutls_datum_t* x)
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_openpgp_privkey_export_subkey_rsa_raw
int gnutls_openpgp_privkey_export_subkey_rsa_raw(gnutls_openpgp_privkey_t pkey, uint idx, gnutls_datum_t* m, gnutls_datum_t* e, gnutls_datum_t* d, gnutls_datum_t* p, gnutls_datum_t* q, gnutls_datum_t* u)
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_openpgp_privkey_get_fingerprint
int gnutls_openpgp_privkey_get_fingerprint(gnutls_openpgp_privkey_t key, void* fpr, size_t* fprlen)
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_openpgp_privkey_get_key_id
int gnutls_openpgp_privkey_get_key_id(gnutls_openpgp_privkey_t key, gnutls_openpgp_keyid_t keyid)
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_openpgp_privkey_get_pk_algorithm
gnutls_pk_algorithm_t gnutls_openpgp_privkey_get_pk_algorithm(gnutls_openpgp_privkey_t key, uint* bits)
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_openpgp_privkey_get_preferred_key_id
int gnutls_openpgp_privkey_get_preferred_key_id(gnutls_openpgp_privkey_t key, gnutls_openpgp_keyid_t keyid)
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_openpgp_privkey_get_revoked_status
int gnutls_openpgp_privkey_get_revoked_status(gnutls_openpgp_privkey_t key)
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_openpgp_privkey_get_subkey_count
int gnutls_openpgp_privkey_get_subkey_count(gnutls_openpgp_privkey_t key)
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_openpgp_privkey_get_subkey_creation_time
time_t gnutls_openpgp_privkey_get_subkey_creation_time(gnutls_openpgp_privkey_t key, uint idx)
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_openpgp_privkey_get_subkey_expiration_time
time_t gnutls_openpgp_privkey_get_subkey_expiration_time(gnutls_openpgp_privkey_t key, uint idx)
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_openpgp_privkey_get_subkey_fingerprint
int gnutls_openpgp_privkey_get_subkey_fingerprint(gnutls_openpgp_privkey_t key, uint idx, void* fpr, size_t* fprlen)
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_openpgp_privkey_get_subkey_id
int gnutls_openpgp_privkey_get_subkey_id(gnutls_openpgp_privkey_t key, uint idx, gnutls_openpgp_keyid_t keyid)
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_openpgp_privkey_get_subkey_idx
int gnutls_openpgp_privkey_get_subkey_idx(gnutls_openpgp_privkey_t key, gnutls_openpgp_keyid_t keyid)
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_openpgp_privkey_get_subkey_pk_algorithm
gnutls_pk_algorithm_t gnutls_openpgp_privkey_get_subkey_pk_algorithm(gnutls_openpgp_privkey_t key, uint idx, uint* bits)
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_openpgp_privkey_get_subkey_revoked_status
int gnutls_openpgp_privkey_get_subkey_revoked_status(gnutls_openpgp_privkey_t key, uint idx)
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_openpgp_privkey_import
int gnutls_openpgp_privkey_import(gnutls_openpgp_privkey_t key, const(gnutls_datum_t)* data, gnutls_openpgp_crt_fmt_t format, const(char)* password, 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.
gnutls_openpgp_privkey_init
int gnutls_openpgp_privkey_init(gnutls_openpgp_privkey_t* key)
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_openpgp_privkey_sec_param
gnutls_sec_param_t gnutls_openpgp_privkey_sec_param(gnutls_openpgp_privkey_t key)
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_openpgp_privkey_set_preferred_key_id
int gnutls_openpgp_privkey_set_preferred_key_id(gnutls_openpgp_privkey_t key, gnutls_openpgp_keyid_t keyid)
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_openpgp_set_recv_key_function
void gnutls_openpgp_set_recv_key_function(gnutls_session_t session, gnutls_openpgp_recv_key_func func)
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Manifest constants

GNUTLS_OPENPGP_KEYID_SIZE
enum GNUTLS_OPENPGP_KEYID_SIZE;
Undocumented in source.
GNUTLS_OPENPGP_MASTER_KEYID_IDX
enum GNUTLS_OPENPGP_MASTER_KEYID_IDX;
Undocumented in source.
GNUTLS_OPENPGP_V4_FINGERPRINT_SIZE
enum GNUTLS_OPENPGP_V4_FINGERPRINT_SIZE;
Undocumented in source.

Static variables

gnutls_certificate_get_openpgp_crt
pgnutls_certificate_get_openpgp_crt gnutls_certificate_get_openpgp_crt;
Undocumented in source.
gnutls_certificate_get_openpgp_key
pgnutls_certificate_get_openpgp_key gnutls_certificate_get_openpgp_key;
Undocumented in source.
gnutls_certificate_set_openpgp_key
pgnutls_certificate_set_openpgp_key gnutls_certificate_set_openpgp_key;
Undocumented in source.
gnutls_certificate_set_openpgp_key_file
pgnutls_certificate_set_openpgp_key_file gnutls_certificate_set_openpgp_key_file;
Undocumented in source.
gnutls_certificate_set_openpgp_key_file2
pgnutls_certificate_set_openpgp_key_file2 gnutls_certificate_set_openpgp_key_file2;
Undocumented in source.
gnutls_certificate_set_openpgp_key_mem
pgnutls_certificate_set_openpgp_key_mem gnutls_certificate_set_openpgp_key_mem;
Undocumented in source.
gnutls_certificate_set_openpgp_key_mem2
pgnutls_certificate_set_openpgp_key_mem2 gnutls_certificate_set_openpgp_key_mem2;
Undocumented in source.
gnutls_certificate_set_openpgp_keyring_file
pgnutls_certificate_set_openpgp_keyring_file gnutls_certificate_set_openpgp_keyring_file;
Undocumented in source.
gnutls_certificate_set_openpgp_keyring_mem
pgnutls_certificate_set_openpgp_keyring_mem gnutls_certificate_set_openpgp_keyring_mem;
Undocumented in source.
gnutls_openpgp_crt_check_email
pgnutls_openpgp_crt_check_email gnutls_openpgp_crt_check_email;
Undocumented in source.
gnutls_openpgp_crt_check_hostname
pgnutls_openpgp_crt_check_hostname gnutls_openpgp_crt_check_hostname;
Undocumented in source.
gnutls_openpgp_crt_check_hostname2
pgnutls_openpgp_crt_check_hostname2 gnutls_openpgp_crt_check_hostname2;
Undocumented in source.
gnutls_openpgp_crt_deinit
pgnutls_openpgp_crt_deinit gnutls_openpgp_crt_deinit;
Undocumented in source.
gnutls_openpgp_crt_export
pgnutls_openpgp_crt_export gnutls_openpgp_crt_export;
Undocumented in source.
gnutls_openpgp_crt_export2
pgnutls_openpgp_crt_export2 gnutls_openpgp_crt_export2;
Undocumented in source.
gnutls_openpgp_crt_get_auth_subkey
pgnutls_openpgp_crt_get_auth_subkey gnutls_openpgp_crt_get_auth_subkey;
Undocumented in source.
gnutls_openpgp_crt_get_creation_time
pgnutls_openpgp_crt_get_creation_time gnutls_openpgp_crt_get_creation_time;
Undocumented in source.
gnutls_openpgp_crt_get_expiration_time
pgnutls_openpgp_crt_get_expiration_time gnutls_openpgp_crt_get_expiration_time;
Undocumented in source.
gnutls_openpgp_crt_get_fingerprint
pgnutls_openpgp_crt_get_fingerprint gnutls_openpgp_crt_get_fingerprint;
Undocumented in source.
gnutls_openpgp_crt_get_key_id
pgnutls_openpgp_crt_get_key_id gnutls_openpgp_crt_get_key_id;
Undocumented in source.
gnutls_openpgp_crt_get_key_usage
pgnutls_openpgp_crt_get_key_usage gnutls_openpgp_crt_get_key_usage;
Undocumented in source.
gnutls_openpgp_crt_get_name
pgnutls_openpgp_crt_get_name gnutls_openpgp_crt_get_name;
Undocumented in source.
gnutls_openpgp_crt_get_pk_algorithm
pgnutls_openpgp_crt_get_pk_algorithm gnutls_openpgp_crt_get_pk_algorithm;
Undocumented in source.
gnutls_openpgp_crt_get_pk_dsa_raw
pgnutls_openpgp_crt_get_pk_dsa_raw gnutls_openpgp_crt_get_pk_dsa_raw;
Undocumented in source.
gnutls_openpgp_crt_get_pk_rsa_raw
pgnutls_openpgp_crt_get_pk_rsa_raw gnutls_openpgp_crt_get_pk_rsa_raw;
Undocumented in source.
gnutls_openpgp_crt_get_preferred_key_id
pgnutls_openpgp_crt_get_preferred_key_id gnutls_openpgp_crt_get_preferred_key_id;
Undocumented in source.
gnutls_openpgp_crt_get_revoked_status
pgnutls_openpgp_crt_get_revoked_status gnutls_openpgp_crt_get_revoked_status;
Undocumented in source.
gnutls_openpgp_crt_get_subkey_count
pgnutls_openpgp_crt_get_subkey_count gnutls_openpgp_crt_get_subkey_count;
Undocumented in source.
gnutls_openpgp_crt_get_subkey_creation_time
pgnutls_openpgp_crt_get_subkey_creation_time gnutls_openpgp_crt_get_subkey_creation_time;
Undocumented in source.
gnutls_openpgp_crt_get_subkey_expiration_time
pgnutls_openpgp_crt_get_subkey_expiration_time gnutls_openpgp_crt_get_subkey_expiration_time;
Undocumented in source.
gnutls_openpgp_crt_get_subkey_fingerprint
pgnutls_openpgp_crt_get_subkey_fingerprint gnutls_openpgp_crt_get_subkey_fingerprint;
Undocumented in source.
gnutls_openpgp_crt_get_subkey_id
pgnutls_openpgp_crt_get_subkey_id gnutls_openpgp_crt_get_subkey_id;
Undocumented in source.
gnutls_openpgp_crt_get_subkey_idx
pgnutls_openpgp_crt_get_subkey_idx gnutls_openpgp_crt_get_subkey_idx;
Undocumented in source.
gnutls_openpgp_crt_get_subkey_pk_algorithm
pgnutls_openpgp_crt_get_subkey_pk_algorithm gnutls_openpgp_crt_get_subkey_pk_algorithm;
Undocumented in source.
gnutls_openpgp_crt_get_subkey_pk_dsa_raw
pgnutls_openpgp_crt_get_subkey_pk_dsa_raw gnutls_openpgp_crt_get_subkey_pk_dsa_raw;
Undocumented in source.
gnutls_openpgp_crt_get_subkey_pk_rsa_raw
pgnutls_openpgp_crt_get_subkey_pk_rsa_raw gnutls_openpgp_crt_get_subkey_pk_rsa_raw;
Undocumented in source.
gnutls_openpgp_crt_get_subkey_revoked_status
pgnutls_openpgp_crt_get_subkey_revoked_status gnutls_openpgp_crt_get_subkey_revoked_status;
Undocumented in source.
gnutls_openpgp_crt_get_subkey_usage
pgnutls_openpgp_crt_get_subkey_usage gnutls_openpgp_crt_get_subkey_usage;
Undocumented in source.
gnutls_openpgp_crt_get_version
pgnutls_openpgp_crt_get_version gnutls_openpgp_crt_get_version;
Undocumented in source.
gnutls_openpgp_crt_import
pgnutls_openpgp_crt_import gnutls_openpgp_crt_import;
Undocumented in source.
gnutls_openpgp_crt_init
pgnutls_openpgp_crt_init gnutls_openpgp_crt_init;
Undocumented in source.
gnutls_openpgp_crt_print
pgnutls_openpgp_crt_print gnutls_openpgp_crt_print;
Undocumented in source.
gnutls_openpgp_crt_set_preferred_key_id
pgnutls_openpgp_crt_set_preferred_key_id gnutls_openpgp_crt_set_preferred_key_id;
Undocumented in source.
gnutls_openpgp_crt_verify_ring
pgnutls_openpgp_crt_verify_ring gnutls_openpgp_crt_verify_ring;
Undocumented in source.
gnutls_openpgp_crt_verify_self
pgnutls_openpgp_crt_verify_self gnutls_openpgp_crt_verify_self;
Undocumented in source.
gnutls_openpgp_keyring_check_id
pgnutls_openpgp_keyring_check_id gnutls_openpgp_keyring_check_id;
Undocumented in source.
gnutls_openpgp_keyring_deinit
pgnutls_openpgp_keyring_deinit gnutls_openpgp_keyring_deinit;
Undocumented in source.
gnutls_openpgp_keyring_get_crt
pgnutls_openpgp_keyring_get_crt gnutls_openpgp_keyring_get_crt;
Undocumented in source.
gnutls_openpgp_keyring_get_crt_count
pgnutls_openpgp_keyring_get_crt_count gnutls_openpgp_keyring_get_crt_count;
Undocumented in source.
gnutls_openpgp_keyring_import
pgnutls_openpgp_keyring_import gnutls_openpgp_keyring_import;
Undocumented in source.
gnutls_openpgp_keyring_init
pgnutls_openpgp_keyring_init gnutls_openpgp_keyring_init;
Undocumented in source.
gnutls_openpgp_privkey_deinit
pgnutls_openpgp_privkey_deinit gnutls_openpgp_privkey_deinit;
Undocumented in source.
gnutls_openpgp_privkey_export
pgnutls_openpgp_privkey_export gnutls_openpgp_privkey_export;
Undocumented in source.
gnutls_openpgp_privkey_export2
pgnutls_openpgp_privkey_export2 gnutls_openpgp_privkey_export2;
Undocumented in source.
gnutls_openpgp_privkey_export_dsa_raw
pgnutls_openpgp_privkey_export_dsa_raw gnutls_openpgp_privkey_export_dsa_raw;
Undocumented in source.
gnutls_openpgp_privkey_export_rsa_raw
pgnutls_openpgp_privkey_export_rsa_raw gnutls_openpgp_privkey_export_rsa_raw;
Undocumented in source.
gnutls_openpgp_privkey_export_subkey_dsa_raw
pgnutls_openpgp_privkey_export_subkey_dsa_raw gnutls_openpgp_privkey_export_subkey_dsa_raw;
Undocumented in source.
gnutls_openpgp_privkey_export_subkey_rsa_raw
pgnutls_openpgp_privkey_export_subkey_rsa_raw gnutls_openpgp_privkey_export_subkey_rsa_raw;
Undocumented in source.
gnutls_openpgp_privkey_get_fingerprint
pgnutls_openpgp_privkey_get_fingerprint gnutls_openpgp_privkey_get_fingerprint;
Undocumented in source.
gnutls_openpgp_privkey_get_key_id
pgnutls_openpgp_privkey_get_key_id gnutls_openpgp_privkey_get_key_id;
Undocumented in source.
gnutls_openpgp_privkey_get_pk_algorithm
pgnutls_openpgp_privkey_get_pk_algorithm gnutls_openpgp_privkey_get_pk_algorithm;
Undocumented in source.
gnutls_openpgp_privkey_get_preferred_key_id
pgnutls_openpgp_privkey_get_preferred_key_id gnutls_openpgp_privkey_get_preferred_key_id;
Undocumented in source.
gnutls_openpgp_privkey_get_revoked_status
pgnutls_openpgp_privkey_get_revoked_status gnutls_openpgp_privkey_get_revoked_status;
Undocumented in source.
gnutls_openpgp_privkey_get_subkey_count
pgnutls_openpgp_privkey_get_subkey_count gnutls_openpgp_privkey_get_subkey_count;
Undocumented in source.
gnutls_openpgp_privkey_get_subkey_creation_time
pgnutls_openpgp_privkey_get_subkey_creation_time gnutls_openpgp_privkey_get_subkey_creation_time;
Undocumented in source.
gnutls_openpgp_privkey_get_subkey_expiration_time
pgnutls_openpgp_privkey_get_subkey_expiration_time gnutls_openpgp_privkey_get_subkey_expiration_time;
Undocumented in source.
gnutls_openpgp_privkey_get_subkey_fingerprint
pgnutls_openpgp_privkey_get_subkey_fingerprint gnutls_openpgp_privkey_get_subkey_fingerprint;
Undocumented in source.
gnutls_openpgp_privkey_get_subkey_id
pgnutls_openpgp_privkey_get_subkey_id gnutls_openpgp_privkey_get_subkey_id;
Undocumented in source.
gnutls_openpgp_privkey_get_subkey_idx
pgnutls_openpgp_privkey_get_subkey_idx gnutls_openpgp_privkey_get_subkey_idx;
Undocumented in source.
gnutls_openpgp_privkey_get_subkey_pk_algorithm
pgnutls_openpgp_privkey_get_subkey_pk_algorithm gnutls_openpgp_privkey_get_subkey_pk_algorithm;
Undocumented in source.
gnutls_openpgp_privkey_get_subkey_revoked_status
pgnutls_openpgp_privkey_get_subkey_revoked_status gnutls_openpgp_privkey_get_subkey_revoked_status;
Undocumented in source.
gnutls_openpgp_privkey_import
pgnutls_openpgp_privkey_import gnutls_openpgp_privkey_import;
Undocumented in source.
gnutls_openpgp_privkey_init
pgnutls_openpgp_privkey_init gnutls_openpgp_privkey_init;
Undocumented in source.
gnutls_openpgp_privkey_sec_param
pgnutls_openpgp_privkey_sec_param gnutls_openpgp_privkey_sec_param;
Undocumented in source.
gnutls_openpgp_privkey_set_preferred_key_id
pgnutls_openpgp_privkey_set_preferred_key_id gnutls_openpgp_privkey_set_preferred_key_id;
Undocumented in source.
gnutls_openpgp_set_recv_key_function
pgnutls_openpgp_set_recv_key_function gnutls_openpgp_set_recv_key_function;
Undocumented in source.

Meta