Module sequoia_openpgp_ffi::parse[][src]

Expand description

Modules

Streaming decryption and verification.

Functions

Causes the PacketParser to buffer the packet’s contents.

Tries to decrypt the current packet.

Frees the packet parser EOF object.

Frees the packet parser EOF object.

Finishes parsing the current packet.

Frees the packet parser.

Starts parsing OpenPGP packets stored in a buffer.

Starts parsing OpenPGP packets stored in a file named path.

Starts parsing OpenPGP packets stored in a pgp_reader_t

Finishes parsing the current packet and starts parsing the

Returns a reference to the packet that is being parsed.

Finishes parsing the current packet and starts parsing the

Returns the current packet’s recursion depth.

If the PacketParserResult contains a PacketParserEOF, returns

Frees the packet parser result

If the PacketParserResult contains a PacketParser, returns it,

Returns the current packet’s tag.