Module decrypt

Module decrypt 

Source
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.