|
__init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
|
|
a new object with type S, a subtype of T
|
|
|
|
|
|
data
|
cipher_op(data)
:Parameters:
data : any read buffer compatible object (e.g. |
|
|
PK11Context
|
clone_context(context)
:Parameters:
context : PK11Context object
The PK11Context to be cloned |
|
|
|
digest_begin()
Start a new digesting or Mac'ing operation on this context. |
|
|
data
|
digest_final()
Completes the multi-part cryptographic operation in progress
on this context and returns any final data which may have been
pending in the context (i.e. |
|
|
|
digest_key(sym_key)
:Parameters:
sym_key : PK11SymKey object
symmetric key |
|
|
|
digest_op(data)
:Parameters:
data : any read buffer compatible object (e.g. |
|
|
|
finalize()
Clean up cipher operation so that any pending multi-part
operations have been flushed. |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|