Part of canonical.launchpad.utilities.gpghandler View In Hierarchy
Implements interfaces: canonical.launchpad.interfaces.gpghandler.IPymeKey
Method | __init__ | Inititalize a key container. |
Class Method | newFromGpgmeKey | Initialize a PymeKey from a gpgme_key_t instance. |
Method | setOwnerTrust | Set the ownertrust on the actual gpg key |
Method | displayname | Key displayname: <size><type>/<keyid> |
Method | export | See PymeKey . |
Method | _buildFromFingerprint | Build key information from a fingerprint. |
Method | _buildFromGpgmeKey | Undocumented |