Expand description
Helper functions for decryption.
The actual decryption is done in the crate::pgp module.
Functionsยง
- get_
attachment_ ๐mime - Returns a reference to the encrypted payload of a message turned into attachment.
- get_
autocrypt_ ๐mime - Returns a reference to the encrypted payload of a valid PGP/MIME message.
- get_
encrypted_ mime - Returns a reference to the encrypted payload of a message.
- get_
encrypted_ pgp_ message - get_
mixed_ ๐up_ mime - Returns a reference to the encrypted payload of a โMixed Upโ message.
- validate_
detached_ ๐signature - Validates signatures of Multipart/Signed message part, as defined in RFC 1847.