[][src]Module sequoia_openpgp::parse::stream

Streaming decryption and verification.

This module provides convenient filters for decryption and verification of OpenPGP messages. It is the preferred interface to process OpenPGP messages. These implementations use constant space.

See the verification example.

Structs

Decryptor

Decrypts and verifies an encrypted and optionally signed OpenPGP message.

DetachedVerifier

Verifies a detached signature.

MessageStructure

Communicates the message structure to the VerificationHelper.

MessageStructureIter

Iterates over the message structure.

Verifier

Verifies a signed OpenPGP message.

Enums

MessageLayer

Represents a layer of the message structure.

VerificationResult

Contains the result of a signature verification.

Traits

DecryptionHelper

Helper for decrypting messages.

VerificationHelper

Helper for signature verification.