gnutls_openpgp_crt_get_name (3) Linux Manual Page
NAME gnutls_openpgp_crt_get_name – API function SYNOPSIS #include <gnutls/openpgp.h> int gnutls_openpgp_crt_get_name(gnutls_openpgp_crt_t key, int idx, char * buf, size_t * sizeof_buf); ARGUMENTS gnutls_openpgp_crt_t key the structure that contains the OpenPGP public key. int idx the index of the ID to extract char * buf a pointer to a structure to hold the name, may be NULL to…
