#include <rpmio/rpmpgp.h>
Data Fields | |
uint8_t | version |
uint8_t | time [4] |
uint8_t | pubkey_algo |
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:
Algorithm Specific Fields for RSA public keys:
Algorithm Specific Fields for DSA public keys:
Algorithm Specific Fields for Elgamal public keys:
Definition at line 826 of file rpmpgp.h.
uint8_t pgpPktKeyV4_s::pubkey_algo |
public key algorithm.
Definition at line 829 of file rpmpgp.h.
Referenced by pgpPrtKey(), and pgpPubkeyFingerprint().
uint8_t pgpPktKeyV4_s::time[4] |
uint8_t pgpPktKeyV4_s::version |