Class YHSM_Cmd_Key_Storage_Unlock
cmd.YHSM_Cmd --+
|
YHSM_Cmd_Key_Storage_Unlock
Have the YubiHSM unlock it's key storage using the HSM password.
If an incorrect password is given when the key storage is unlocked, it
will be locked again.
This command was replaced by YHSM_Cmd_Key_Store_Decrypt in YubiHSM
1.0.
integer
|
status = None
The result of the unlock operation
|
__init__(self,
stick,
password='
' )
(Constructor)
|
|
The base class for all YSM_ commands.
- Parameters:
stick - Reference to a YubiHSM
command - The YSM_xxx command defined in pyhsm.defines.
payload - a packed C struct, represented as a Python string
- Overrides:
cmd.YHSM_Cmd.__init__
- (inherited documentation)
|