SecureBlackbox 2020 Python Edition

Questions / Feedback?

key_bits_in_key Property

Indicates the key length in bits.

Syntax

def get_key_bits_in_key() -> int: ...
def set_key_bits_in_key(value: int) -> None: ...

key_bits_in_key = property(get_key_bits_in_key, set_key_bits_in_key)

Default Value

2048

Remarks

Indicates the key length in bits.

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