[][src]Module sequoia_openpgp::message

Message support.

An OpenPGP message is a sequence of OpenPGP packets that corresponds to an optionally signed, optionally encrypted, optionally compressed literal data packet. The exact format of an OpenPGP message is described in Section 11.3 of RFC 4880.

This module provides support for validating and working with OpenPGP messages.

Structs

Message

A message.

MessageValidator

Used to help validate a packet sequence is a valid OpenPGP message.

Enums

MessageParserError

Errors that MessageValidator::check may return.

MessageValidity

Whether a packet sequence is a valid OpenPGP Message.

Token

The components of an OpenPGP Message.