NeoMutt  2025-12-11-276-g10b23b
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
PgpKeyInfo Struct Reference

Information about a PGP key. More...

#include "pgplib.h"

+ Collaboration diagram for PgpKeyInfo:

Data Fields

char * keyid
 Key ID.
 
char * fingerprint
 Key fingerprint.
 
struct PgpUidaddress
 User IDs.
 
KeyFlags flags
 Key flags.
 
short keylen
 Key length.
 
time_t gen_time
 Key generation time.
 
int numalg
 Algorithm number.
 
const char * algorithm
 Algorithm name.
 
struct PgpKeyInfoparent
 Parent key.
 
struct PgpKeyInfonext
 Linked list.
 

Detailed Description

Information about a PGP key.

Definition at line 48 of file pgplib.h.

Field Documentation

◆ keyid

char* PgpKeyInfo::keyid

Key ID.

Definition at line 50 of file pgplib.h.

◆ fingerprint

char* PgpKeyInfo::fingerprint

Key fingerprint.

Definition at line 51 of file pgplib.h.

◆ address

struct PgpUid* PgpKeyInfo::address

User IDs.

Definition at line 52 of file pgplib.h.

◆ flags

KeyFlags PgpKeyInfo::flags

Key flags.

Definition at line 53 of file pgplib.h.

◆ keylen

short PgpKeyInfo::keylen

Key length.

Definition at line 54 of file pgplib.h.

◆ gen_time

time_t PgpKeyInfo::gen_time

Key generation time.

Definition at line 55 of file pgplib.h.

◆ numalg

int PgpKeyInfo::numalg

Algorithm number.

Definition at line 56 of file pgplib.h.

◆ algorithm

const char* PgpKeyInfo::algorithm

Algorithm name.

Definition at line 57 of file pgplib.h.

◆ parent

struct PgpKeyInfo* PgpKeyInfo::parent

Parent key.

Definition at line 58 of file pgplib.h.

◆ next

struct PgpKeyInfo* PgpKeyInfo::next

Linked list.

Definition at line 59 of file pgplib.h.


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