rpm 4.19.0
The RPM Package Manager
|
#include <rpmpgp.h>
Public Attributes | |
uint8_t | version |
pgpTime_t | time |
uint8_t | pubkey_algo |
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:
A series of multi-precision integers comprising the key material. This algorithm-specific portion is:
Algorithm Specific Fields for RSA public keys:
Algorithm Specific Fields for DSA public keys:
Algorithm Specific Fields for Elgamal public keys:
Algorithm Specific Fields for EdDSA public keys:
uint8_t pgpPktKeyV4_s::pubkey_algo |
public key algorithm.
pgpTime_t pgpPktKeyV4_s::time |
time that the key was created.
uint8_t pgpPktKeyV4_s::version |
version number (4).