SecureBlackbox 2020 Python Edition

Questions / Feedback?

key_secret Property

The OTP key secret.

Syntax

def get_key_secret() -> bytes: ...
def set_key_secret(value: bytes) -> None: ...

key_secret = property(get_key_secret, set_key_secret)

Remarks

Specifies the secret key shared by the parties and used for one-time password generation.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Python Edition - Version 20.0 [Build 8154]