NeoMutt  2024-04-16-36-g75b6fb
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
 
char * fingerprint
 
struct PgpUidaddress
 
KeyFlags flags
 
short keylen
 
time_t gen_time
 
int numalg
 
const char * algorithm
 
struct PgpKeyInfoparent
 
struct PgpKeyInfonext
 

Detailed Description

Information about a PGP key.

Definition at line 46 of file pgplib.h.

Field Documentation

◆ keyid

char* PgpKeyInfo::keyid

Definition at line 48 of file pgplib.h.

◆ fingerprint

char* PgpKeyInfo::fingerprint

Definition at line 49 of file pgplib.h.

◆ address

struct PgpUid* PgpKeyInfo::address

Definition at line 50 of file pgplib.h.

◆ flags

KeyFlags PgpKeyInfo::flags

Definition at line 51 of file pgplib.h.

◆ keylen

short PgpKeyInfo::keylen

Definition at line 52 of file pgplib.h.

◆ gen_time

time_t PgpKeyInfo::gen_time

Definition at line 53 of file pgplib.h.

◆ numalg

int PgpKeyInfo::numalg

Definition at line 54 of file pgplib.h.

◆ algorithm

const char* PgpKeyInfo::algorithm

Definition at line 55 of file pgplib.h.

◆ parent

struct PgpKeyInfo* PgpKeyInfo::parent

Definition at line 56 of file pgplib.h.

◆ next

struct PgpKeyInfo* PgpKeyInfo::next

Definition at line 57 of file pgplib.h.


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