A stored PGP key. More...
#include "crypt_gpgme.h"
Data Fields | |
struct CryptKeyInfo * | next |
Linked list. | |
gpgme_key_t | kobj |
int | idx |
and the user ID at this index | |
const char * | uid |
and for convenience point to this user ID | |
KeyFlags | flags |
global and per uid flags (for convenience) | |
gpgme_validity_t | validity |
uid validity (cached for convenience) | |
A stored PGP key.
Definition at line 43 of file crypt_gpgme.h.
struct CryptKeyInfo* CryptKeyInfo::next |
Linked list.
Definition at line 45 of file crypt_gpgme.h.
gpgme_key_t CryptKeyInfo::kobj |
Definition at line 46 of file crypt_gpgme.h.
int CryptKeyInfo::idx |
and the user ID at this index
Definition at line 47 of file crypt_gpgme.h.
const char* CryptKeyInfo::uid |
and for convenience point to this user ID
Definition at line 48 of file crypt_gpgme.h.
KeyFlags CryptKeyInfo::flags |
global and per uid flags (for convenience)
Definition at line 49 of file crypt_gpgme.h.
gpgme_validity_t CryptKeyInfo::validity |
uid validity (cached for convenience)
Definition at line 50 of file crypt_gpgme.h.