gnutls_openpgp_privkey_get_subkey_fingerprint (3) Linux Manual Page
NAME gnutls_openpgp_privkey_get_subkey_fingerprint – API function SYNOPSIS #include <gnutls/openpgp.h> int gnutls_openpgp_privkey_get_subkey_fingerprint(gnutls_openpgp_privkey_t key, unsigned int idx, void * fpr, size_t * fprlen); ARGUMENTS gnutls_openpgp_privkey_t key the raw data that contains the OpenPGP secret key. unsigned int idx the subkey index void * fpr the buffer to save the fingerprint, must hold at least 20 bytes. size_t *…
