rpm  4.18.0
Data Fields
pgpPktSigV4_s Struct Reference

5.2.3. More...

#include <rpmpgp.h>

Data Fields

uint8_t version
 
uint8_t sigtype
 
uint8_t pubkey_algo
 
uint8_t hash_algo
 
uint8_t hashlen [2]
 

Detailed Description

5.2.3.

Version 4 Signature Packet Format

The body of a version 4 Signature Packet contains:

Definition at line 348 of file rpmpgp.h.

Field Documentation

◆ hash_algo

uint8_t pgpPktSigV4_s::hash_algo

hash algorithm.

Definition at line 352 of file rpmpgp.h.

◆ hashlen

uint8_t pgpPktSigV4_s::hashlen[2]

length of following hashed material.

Definition at line 353 of file rpmpgp.h.

◆ pubkey_algo

uint8_t pgpPktSigV4_s::pubkey_algo

public key algorithm.

Definition at line 351 of file rpmpgp.h.

◆ sigtype

uint8_t pgpPktSigV4_s::sigtype

signature type.

Definition at line 350 of file rpmpgp.h.

◆ version

uint8_t pgpPktSigV4_s::version

version number (4).

Definition at line 349 of file rpmpgp.h.


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