Trees | Index | Help |
|
---|
Module xmlsec :: Class KeyInfoCtx |
|
Method Summary | |
---|---|
Creates and initializes <dsig:KeyInfo/> element processing context. | |
__getattr__(self,
name)
| |
__setattr__(self,
name,
value)
| |
Copies user preferences context to dst context. | |
Creates encryption context form processing <enc:EncryptedKey/> child of <dsig:KeyInfo/> element. | |
Prints user settings and current context state to output. | |
Prints user settings and current context state in XML format to output. | |
Destroys the keyInfoCtx object... | |
Cleans up the keyInfoCtx initialized. | |
Initializes <dsig:KeyInfo/> element processing context. | |
Resets the keyInfoCtx state. |
Method Details |
---|
__init__(self,
mngr=None,
_obj=None)
|
copyUserPref(self, dst)Copies user preferences context to dst context. dst : the destination context object. Returns : 0 on success and a negative value if an error occurs. |
createEncCtx(self)Creates encryption context form processing <enc:EncryptedKey/> child of <dsig:KeyInfo/> element. Returns : 0 on success and a negative value if an error occurs. |
debugDump(self, output)Prints user settings and current context state to output. output : the output file. |
debugXmlDump(self, output)Prints user settings and current context state in XML format to output. output : the output file. |
destroy(self)Destroys the keyInfoCtx object |
finalize(self)Cleans up the keyInfoCtx initialized. |
initialize(self, mngr=None)Initializes <dsig:KeyInfo/> element processing context. Caller is responsible for cleaning it up by finalize method. mngr : the keys manager (may be None). Returns : 0 on success and a negative value if an error occurs. |
reset(self)Resets the keyInfoCtx state. User settings are not changed. |
Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Mon Feb 9 01:09:34 2004 | http://epydoc.sf.net |