|
__init__(...)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
|
|
|
PK11SymKey
|
derive(mechanism,
sec_param,
target,
operation,
key_size)
Derive a new key from this key. |
|
|
string)
|
format(level=0,
indent=' ')
This is equivalent to:
indented_format(obj.format_lines()) on an object providing a format_lines() method. |
|
|
[(level, string),...]
|
format_lines(level=0)
Formats the object into a sequence of lines with indent level
information. |
|
|
PK11SymKey
|
unwrap_sym_key(mechanism,
sec_param,
wrapped_key,
target,
operation,
key_size)
Unwrap (decrypt) the supplied wrapped key. |
|
|
SecItem
|
wrap_sym_key(mechanism,
sec_param,
sym_key)
Wrap (encrypt) the supplied sym_key using the mechanism
and parameter. |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|