5.2.2. More...
#include <rpmio/rpmpgp.h>
Data Fields | |
uint8_t | version |
uint8_t | hashlen |
uint8_t | sigtype |
uint8_t | time [4] |
uint8_t | signid [8] |
uint8_t | pubkey_algo |
uint8_t | hash_algo |
uint8_t | signhash16 [2] |
5.2.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 464 of file rpmpgp.h.
uint8_t pgpPktSigV3_s::hash_algo |
uint8_t pgpPktSigV3_s::hashlen |
length of following hashed material. MUST be 5.
Definition at line 466 of file rpmpgp.h.
Referenced by pgpPrtSig().
uint8_t pgpPktSigV3_s::pubkey_algo |
uint8_t pgpPktSigV3_s::signhash16[2] |
left 16 bits of signed hash value.
Definition at line 472 of file rpmpgp.h.
Referenced by pgpPrtSig().
uint8_t pgpPktSigV3_s::signid[8] |
uint8_t pgpPktSigV3_s::sigtype |
uint8_t pgpPktSigV3_s::time[4] |
uint8_t pgpPktSigV3_s::version |