[][src]Module sequoia_openpgp::autocrypt

Autocrypt.

This module deals with Autocrypt encoded (see the Autocrypt Spec).

Scope

This implements encoding and decoding of Autocrypt headers. Note: Autocrypt is more than just headers; it requires tight integration with the MUA.

Structs

Attribute

An autocrypt header attribute.

AutocryptHeader

A parsed Autocrypt header.

AutocryptHeaders

A set of parsed Autocrypt headers.

AutocryptSetupMessage

Holds an Autocrypt Setup Message.

AutocryptSetupMessageParser

A Parser for an AutocryptSetupMessage.

Enums

Autocrypt

Version of Autocrypt to use. Autocrypt::default() always returns the latest version.

AutocryptHeaderType

Whether the data comes from an "Autocrypt" or "Autocrypt-Gossip" header.