#include <rpmpgp.h>
Data Fields | |
const char * | userid |
const byte * | hash |
const char * | params [4] |
byte | tag |
byte | version |
byte | time [4] |
byte | pubkey_algo |
byte | hash_algo |
byte | sigtype |
byte | hashlen |
byte | signhash16 [2] |
byte | signid [8] |
Definition at line 954 of file rpmpgp.h.
const byte* pgpDigParams_s::hash |
const char* pgpDigParams_s::params[4] |
public key algorithm.
Definition at line 964 of file rpmpgp.h.
Referenced by pgpPrtKey(), and pgpPrtSig().
byte pgpDigParams_s::signhash16[2] |
byte pgpDigParams_s::signid[8] |
Definition at line 970 of file rpmpgp.h.
Referenced by pgpPrtPubkeyParams(), pgpPrtSig(), and pgpPrtSubType().
byte pgpDigParams_s::tag |
Definition at line 960 of file rpmpgp.h.
Referenced by pgpPrtKey(), pgpPrtPkts(), and pgpPrtSubType().
byte pgpDigParams_s::time[4] |
time that the key was created.
Definition at line 963 of file rpmpgp.h.
Referenced by pgpPrtKey(), pgpPrtSig(), and pgpPrtSubType().
const char* pgpDigParams_s::userid |
version number.
Definition at line 962 of file rpmpgp.h.
Referenced by pgpPrtKey(), and pgpPrtSig().