#include <rpmio/rpmpgp.h>
Data Fields | |
byte | version |
byte | sigtype |
byte | pubkey_algo |
byte | hash_algo |
byte | hashlen [2] |
Version 4 Signature Packet Format
The body of a version 4 Signature Packet contains:
Definition at line 374 of file rpmpgp.h.
|
hash algorithm. Definition at line 378 of file rpmpgp.h. Referenced by pgpPrtSig(). |
|
length of following hashed material. Definition at line 379 of file rpmpgp.h. Referenced by pgpPrtSig(). |
|
public key algorithm. Definition at line 377 of file rpmpgp.h. Referenced by pgpPrtSig(). |
|
signature type. Definition at line 376 of file rpmpgp.h. Referenced by pgpPrtSig(). |
|
version number (4). Definition at line 375 of file rpmpgp.h. Referenced by pgpPrtSig(). |