#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:
Definition at line 316 of file rpmpgp.h.
|
hash algorithm. Definition at line 323 of file rpmpgp.h. Referenced by pgpPrtSig(). |
|
length of following hashed material. MUST be 5. Definition at line 318 of file rpmpgp.h. Referenced by pgpPrtSig(). |
|
public key algorithm. Definition at line 322 of file rpmpgp.h. Referenced by pgpPrtSig(). |
|
left 16 bits of signed hash value. Definition at line 324 of file rpmpgp.h. Referenced by pgpPrtSig(). |
|
key ID of signer. Definition at line 321 of file rpmpgp.h. Referenced by pgpPrtSig(). |
|
signature type. Definition at line 319 of file rpmpgp.h. Referenced by pgpPrtSig(). |
|
4 byte creation time. Definition at line 320 of file rpmpgp.h. Referenced by pgpPrtSig(). |
|
version number (3). Definition at line 317 of file rpmpgp.h. Referenced by pgpPrtSig(). |