#include <rpmpgp.h>
Data Fields | |
byte | version |
byte | hashlen |
byte | sigtype |
byte | time [4] |
byte | signid [8] |
byte | pubkey_algo |
byte | hash_algo |
byte | signhash16 [2] |
Version 3 Signature Packet Format
The body of a version 3 Signature Packet contains:
Algorithm Specific Fields for RSA signatures:
Algorithm Specific Fields for DSA signatures:
Definition at line 317 of file rpmpgp.h.
length of following hashed material. MUST be 5.
Definition at line 319 of file rpmpgp.h.
Referenced by pgpPrtSig().
byte pgpPktSigV3_s::time[4] |
byte pgpPktSigV3_s::signid[8] |
byte pgpPktSigV3_s::signhash16[2] |
left 16 bits of signed hash value.
Definition at line 325 of file rpmpgp.h.
Referenced by pgpPrtSig().