Module sequoia_ffi::openpgp::packet_pile[][src]

Expand description

PacketPiles, deserialized sequences of OpenPGP messages.

Wraps sequoia-openpgp::PacketPile.

Structs

A PacketPile holds a deserialized sequence of OpenPGP messages.

Functions

Clones this object.

Returns a human readable description of this object

Compares objects.

Frees this object.

Parses an object from the given buffer.

Parses an object from the given file.

Parses an object from the given reader.

Serializes this object.