[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
5.2.1 OpenPGP Keys
In GnuTLS the OpenPGP key structures
[RFC2440] (see section Bibliography) are handled using the gnutls_openpgp_crt_t
type
and the corresponding private keys with the
gnutls_openpgp_privkey_t
type. All the prototypes for the key
handling functions can be found at ‘gnutls/openpgp.h’.