Information about a PGP key. More...
#include "pgplib.h"
Data Fields | |
| char * | keyid |
| Key ID. | |
| char * | fingerprint |
| Key fingerprint. | |
| struct PgpUid * | address |
| 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 PgpKeyInfo * | parent |
| Parent key. | |
| struct PgpKeyInfo * | next |
| Linked list. | |
| struct PgpKeyInfo* PgpKeyInfo::parent |
| struct PgpKeyInfo* PgpKeyInfo::next |