[][src]Module sequoia_openpgp::cert::components

Types for certificate components.

Structs

ComponentAmalgamation

A certificate's component and its associated data.

ComponentBundle

A Cert component binding.

ComponentBundleIter

An iterator over ComponentBundles.

ComponentIter

An iterator over all components in a certificate.

KeyAmalgamation

A Key and its associated data.

KeyIter

An iterator over all Keys (both the primary key and the subkeys) in a certificate.

PrimaryKeyAmalgamation

A Key and its associated data.

ValidComponentAmalgamation

A certificate's component and its associated data.

ValidKeyAmalgamation

A Key and its associated data.

ValidKeyIter

An iterator over all valid Keys in a certificate.

ValidPrimaryKeyAmalgamation

A Key and its associated data.

Traits

Amalgamation

Represents a component under a given policy.

Type Definitions

KeyBundle

A key (primary or subkey, public or private) and any associated signatures.

SubkeyBundle

A subkey and any associated signatures.

UnfilteredKeyBundleIter

An iterator over KeyBundles.

UnknownBundle

An unknown component and any associated signatures.

UnknownBundleIter

An iterator over UnknownBundles.

UserAttributeBundle

A User Attribute and any associated signatures.

UserAttributeBundleIter

An iterator over UserAttributeBundles.

UserIDBundle

A User ID and any associated signatures.

UserIDBundleIter

An iterator over UserIDBundles.