c.l.u.g.PymeKey : class documentation

Part of canonical.launchpad.utilities.gpghandler View In Hierarchy

Implements interfaces: canonical.launchpad.interfaces.gpghandler.IPymeKey

See 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
def __init__(self, fingerprint):
Inititalize a key container.
@classmethod
def newFromGpgmeKey(cls, key):
Initialize a PymeKey from a gpgme_key_t instance.
def _buildFromFingerprint(self, fingerprint):
Build key information from a fingerprint.
def _buildFromGpgmeKey(self, key):
Undocumented
def setOwnerTrust(self, value):
Set the ownertrust on the actual gpg key
@property
def displayname(self):
Key displayname: <size><type>/<keyid>
def export(self):
See PymeKey.
API Documentation for Launchpad, generated by pydoctor at 2010-09-27 00:00:11.