[][src]Module sequoia_openpgp::cert

Certificates and related data structures.

Modules

amalgamation

Component amalgamations.

bundle

Types for certificate components.

prelude

Brings most relevant types and traits into scope for working with certificates.

Structs

Cert

A collection of keys, signatures, and metadata.

CertBuilder

Simplifies generation of Keys.

CertParser

An iterator over a sequence of Certs (e.g., an OpenPGP keyring).

CertRevocationBuilder

A Cert revocation builder.

CertValidator

Used to help validate that a packet sequence is a valid Cert.

KeyringValidator

Used to help validate that a packet sequence is a valid key ring.

SubkeyRevocationBuilder

A Subkey revocation builder.

UserAttributeRevocationBuilder

A UserAttribute revocation builder.

UserIDRevocationBuilder

A UserID revocation builder.

ValidCert

A certificate under a given policy at a given time.

Enums

CertValidity

Whether a packet sequence is a valid Cert.

CipherSuite

Groups symmetric and asymmetric algorithms

KeyringValidity

Whether a packet sequence is a valid key ring.

Traits

Preferences

Queries certificate holder's preferences.