pgpPktSigV4_s Struct Reference
[OpenPGP API.]
5.2.3.
More...
#include <rpmpgp.h>
Detailed Description
5.2.3.
Version 4 Signature Packet Format
The body of a version 4 Signature Packet contains:
- One-octet version number (4).
- One-octet signature type.
- One-octet public key algorithm.
- One-octet hash algorithm.
- Two-octet scalar octet count for following hashed subpacket data. Note that this is the length in octets of all of the hashed subpackets; a pointer incremented by this number will skip over the hashed subpackets.
- Hashed subpacket data. (zero or more subpackets)
- Two-octet scalar octet count for following unhashed subpacket data. Note that this is the length in octets of all of the unhashed subpackets; a pointer incremented by this number will skip over the unhashed subpackets.
- Unhashed subpacket data. (zero or more subpackets)
- Two-octet field holding left 16 bits of signed hash value.
- One or more multi-precision integers comprising the signature.
Definition at line 327 of file rpmpgp.h.
Field Documentation
hash algorithm.
Definition at line 331 of file rpmpgp.h.
length of following hashed material.
Definition at line 332 of file rpmpgp.h.
public key algorithm.
Definition at line 330 of file rpmpgp.h.
signature type.
Definition at line 329 of file rpmpgp.h.
version number (4).
Definition at line 328 of file rpmpgp.h.
The documentation for this struct was generated from the following file: