Part of lp.services.gpg.handler View In Hierarchy
| Method | __init__ | Initialize environment variable. |
| Method | sanitizeFingerprint | See IGPGHandler. |
| Method | resetLocalState | See IGPGHandler. |
| Method | getVerifiedSignatureResilient | See IGPGHandler. |
| Method | getVerifiedSignature | See IGPGHandler. |
| Method | importPublicKey | See IGPGHandler. |
| Method | importSecretKey | See IGPGHandler. |
| Method | generateKey | See IGPGHandler. |
| Method | encryptContent | See IGPGHandler. |
| Method | signContent | See IGPGHandler. |
| Method | localKeys | Get an iterator of the keys this gpg handler |
| Method | retrieveKey | See IGPGHandler. |
| Method | retrieveActiveKey | See IGPGHandler. |
| Method | uploadPublicKey | See IGPGHandler |
| Method | getURLForKeyInServer | See IGPGHandler |
| Method | _setNewHome | Create a new directory containing the required configuration. |
| Method | _rawVerifySignature | Internals of getVerifiedSignature. |
| Method | _submitKey | Submit an ASCII-armored public key export to the keyserver. |
| Method | _getPubKey | See IGPGHandler for further information. |
| Method | _grabPage | Wrapper to collect KeyServer Pages. |
This method is called inside the class constructor and genereates a new directory (name randomly generated with the 'gpg-' prefix) containing the proper file configuration and options.
Also installs an atexit handler to remove the directory on normal process termination.
getVerifiedSignature.
This is called twice during a typical verification: once to work out the correct fingerprint, and once after retrieving the corresponding key from the keyserver.