#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 315 of file rpmpgp.h.
|
hash algorithm. |
|
length of following hashed material. MUST be 5. |
|
public key algorithm. |
|
left 16 bits of signed hash value. |
|
key ID of signer. |
|
signature type. |
|
4 byte creation time. |
|
version number (3). |