|
__init__(...)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
a new object with type S, a subtype of T
|
|
data
|
cipher_op(data)
Execute a digest/signature operation. |
|
|
PK11Context
|
clone_context(context)
Create a new PK11Context which is clone of the supplied context. |
|
|
|
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)
Continues a multiple-part message-digesting operation by digesting the
value of a secret key. |
|
|
|
digest_op(data)
Execute a digest/signature operation. |
|
|
|
finalize()
Clean up cipher operation so that any pending multi-part
operations have been flushed. |
|
|