Package conary :: Package lib :: Module openpgpkey
[hide private]
[frames] | no frames]

Module openpgpkey

source code

Classes [hide private]
  OpenPGPKey
  OpenPGPKeySignature
  _KeyNotFound
  OpenPGPKeyCache
Base class for a key cache
  OpenPGPKeyFileCache
OpenPGPKeyCache based object that reads keys from public and private keyrings
  KeyCacheCallback
  DiskKeyCacheCallback
Retrieve keys from a directory - keys are saved as <keyid>.asc
  KeyringCacheCallback
Retrieve keys from a keyring
  Trust
Functions [hide private]
lib.openpgpkey.OpenPGPKeyFileCache
getKeyCache()
Returns: the OpenPGP key cache
source code
 
setKeyCache(keyCache) source code
Variables [hide private]
  _keyCache = <conary.lib.openpgpkey.OpenPGPKeyFileCache instanc...
Function Details [hide private]

getKeyCache()

source code 
Returns: lib.openpgpkey.OpenPGPKeyFileCache
the OpenPGP key cache

Variables Details [hide private]

_keyCache

Value:
OpenPGPKeyFileCache()