rpm  4.5
Data Fields
pgpPktSigV3_s Struct Reference

5.2.2. More...

#include <rpmio/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]
 

Detailed Description

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 342 of file rpmpgp.h.

Field Documentation

byte pgpPktSigV3_s::hash_algo

hash algorithm.

Definition at line 349 of file rpmpgp.h.

Referenced by pgpPrtSig().

byte pgpPktSigV3_s::hashlen

length of following hashed material. MUST be 5.

Definition at line 344 of file rpmpgp.h.

Referenced by pgpPrtSig().

byte pgpPktSigV3_s::pubkey_algo

public key algorithm.

Definition at line 348 of file rpmpgp.h.

Referenced by pgpPrtSig().

byte pgpPktSigV3_s::signhash16[2]

left 16 bits of signed hash value.

Definition at line 350 of file rpmpgp.h.

Referenced by pgpPrtSig().

byte pgpPktSigV3_s::signid[8]

key ID of signer.

Definition at line 347 of file rpmpgp.h.

Referenced by pgpPrtSig().

byte pgpPktSigV3_s::sigtype

signature type.

Definition at line 345 of file rpmpgp.h.

Referenced by pgpPrtSig().

byte pgpPktSigV3_s::time[4]

4 byte creation time.

Definition at line 346 of file rpmpgp.h.

Referenced by pgpPrtSig().

byte pgpPktSigV3_s::version

version number (3).

Definition at line 343 of file rpmpgp.h.

Referenced by pgpPrtSig().


The documentation for this struct was generated from the following file: