NeoMutt  2024-03-23-147-g885fbc
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
CryptKeyInfo Struct Reference

A stored PGP key. More...

#include "crypt_gpgme.h"

+ Collaboration diagram for CryptKeyInfo:

Data Fields

struct CryptKeyInfonext
 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)
 

Detailed Description

A stored PGP key.

Definition at line 43 of file crypt_gpgme.h.

Field Documentation

◆ next

struct CryptKeyInfo* CryptKeyInfo::next

Linked list.

Definition at line 45 of file crypt_gpgme.h.

◆ kobj

gpgme_key_t CryptKeyInfo::kobj

Definition at line 46 of file crypt_gpgme.h.

◆ idx

int CryptKeyInfo::idx

and the user ID at this index

Definition at line 47 of file crypt_gpgme.h.

◆ uid

const char* CryptKeyInfo::uid

and for convenience point to this user ID

Definition at line 48 of file crypt_gpgme.h.

◆ flags

KeyFlags CryptKeyInfo::flags

global and per uid flags (for convenience)

Definition at line 49 of file crypt_gpgme.h.

◆ validity

gpgme_validity_t CryptKeyInfo::validity

uid validity (cached for convenience)

Definition at line 50 of file crypt_gpgme.h.


The documentation for this struct was generated from the following file: