rpm  4.11.1-rc1
Data Fields
pgpPktKeyV4_s Struct Reference

The version 4 format is similar to the version 3 format except for the absence of a validity period. More...

#include <rpmpgp.h>

Data Fields

uint8_t version
 
pgpTime_t time
 
uint8_t pubkey_algo
 

Detailed Description

The version 4 format is similar to the version 3 format except for the absence of a validity period.

This has been moved to the signature packet. In addition, fingerprints of version 4 keys are calculated differently from version 3 keys, as described in section "Enhanced Key Formats."

A version 4 packet contains:

Definition at line 644 of file rpmpgp.h.

Field Documentation

uint8_t pgpPktKeyV4_s::pubkey_algo

public key algorithm.

Definition at line 647 of file rpmpgp.h.

pgpTime_t pgpPktKeyV4_s::time

time that the key was created.

Definition at line 646 of file rpmpgp.h.

uint8_t pgpPktKeyV4_s::version

version number (4).

Definition at line 645 of file rpmpgp.h.


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