This file contains the new pgp invocation code.
Function | Description | Links |
---|---|---|
mutt_pgp_command() | Prepare a PGP Command | |
pgp_class_invoke_getkeys() | Run a command to download a PGP key | CryptModuleSpecs::pgp_invoke_getkeys(), crypto_pgp_invoke_getkeys |
pgp_class_invoke_import() | Import a key from a message into the user's public key ring | CryptModuleSpecs::pgp_invoke_import(), crypto_pgp_invoke_import |
pgp_invoke() | Run a PGP command | |
pgp_invoke_decode() | Use PGP to decode a message | |
pgp_invoke_decrypt() | Use PGP to decrypt a file | |
pgp_invoke_encrypt() | Use PGP to encrypt a file | |
pgp_invoke_export() | Use PGP to export a key from the user's keyring | |
pgp_invoke_list_keys() | Find matching PGP Keys | |
pgp_invoke_sign() | Use PGP to sign a file | |
pgp_invoke_traditional() | Use PGP to create in inline-signed message | |
pgp_invoke_verify() | Use PGP to verify a message | |
pgp_invoke_verify_key() | Use PGP to verify a key |