[−][src]Module sequoia_ffi::openpgp::packet
Packet-related types.
See Section 4 of RFC 4880 for more details.
Modules
key | Public key, public subkey, private key and private subkey packets. |
literal | Literal data packets. |
pkesk | Asymmetrically encrypted session keys. |
signature | Signature packets. |
skesk | Symmetrically encrypted session keys. |
user_attribute | User Attribute packets. |
userid | User Id packets. |
Structs
Packet | The OpenPGP packets that Sequoia understands. |
Functions
pgp_packet_clone | Clones this object. |
pgp_packet_debug | Returns a human readable description of this object |
pgp_packet_equal | Compares objects. |
pgp_packet_free | Frees this object. |
pgp_packet_hash | Hashes this object. |
pgp_packet_kind | Returns the parsed |
pgp_packet_ref_literal | Given a packet references the contained literal data packet, if |
pgp_packet_ref_signature | Given a packet references the contained signature, if any. |
pgp_packet_tag | Returns the |
pgp_tag_to_string | Returns a human-readable tag name. |