Modules§
Structs§
- Encrypted
Secret Params - KeyId
- Represents a Key ID.
- Mpi
- Represents an owned MPI value. The inner value is ready to be serialized, without the need to strip leading zeros.
- MpiRef
- Represents a borrowed MPI value. The inner value is ready to be serialized, without the need to strip leading zeros.
- Packet
- Represents a Packet. A packet is the record structure used to encode a chunk of data in OpenPGP. Ref: https://www.rfc-editor.org/rfc/rfc9580.html#name-packet-syntax
- Revocation
Key - Signed
User - Signed
User Attribute
Enums§
- Compression
Algorithm - Available compression algorithms. Ref: https://www.rfc-editor.org/rfc/rfc9580.html#name-compression-algorithms
- Ecdh
Public Params - Ecdsa
Public Params - EskType
- Select which type of encrypted session key data should be produced in an encryption step
- Fingerprint
- Represents a Fingerprint.
- KeyVersion
- Packet
Length - Represents the packet length.
- Pkesk
Bytes - Values comprising a Public Key Encrypted Session Key
- Pkesk
Version - Plain
Secret Params - Plain
Secret Params Ref - Public
Params - Represent the public parameters for the different algorithms.
- Revocation
KeyClass - S2kParams
- S2kUsage
- The available s2k usages.
- Secret
KeyRepr - The version of the secret key that is actually exposed to users to do crypto operations.
- Secret
Params - A list of params that are used to represent the values of possibly encrypted key, from imports and exports.
- Signature
Bytes - An OpenPGP cryptographic signature.
- Skesk
Version - String
ToKey - Tag
- Packet Type ID, see https://www.rfc-editor.org/rfc/rfc9580.html#packet-types
- Version
- The version of the packet format.
Traits§
Functions§
- mpi
- Parse Multi Precision Integers Ref: https://www.rfc-editor.org/rfc/rfc9580.html#name-multiprecision-integers
- s2k_
parser