Module xmlsec :: Class KeyStore
[frames | no frames]

Class KeyStore


Method Summary
  __init__(self, id, _obj)
Creates new store of the specified klass id.
  destroy(self)
Destroys the keys store...
  findKey(self, name, key_info_ctx)
Lookups key in the keys store.

Method Details

__init__(self, id=None, _obj=None)
(Constructor)

Creates new store of the specified klass id. Caller is responsible for
freeing the returned store by calling destroy method.
id      : the key store klass.
Returns : the newly keys store or None if an error occurs.

destroy(self)

Destroys the keys store

findKey(self, name, key_info_ctx)

Lookups key in the keys store.
name       : the desired key name.
keyInfoCtx : the <dsig:KeyInfo/> node processing context.
Returns    : a key or None if key is not found or an error occurs.

Generated by Epydoc 2.1 on Sun Jan 1 18:42:41 2006 http://epydoc.sf.net