SecureBlackbox 2020 Python Edition

Questions / Feedback?

key_encryption_algorithm Property

Indicates the symmetric algorithm used to encrypt the secret key.

Syntax

def get_key_encryption_algorithm() -> str: ...
def set_key_encryption_algorithm(value: str) -> None: ...

key_encryption_algorithm = property(get_key_encryption_algorithm, set_key_encryption_algorithm)

Default Value

"CAST5"

Remarks

Indicates the symmetric algorithm used to encrypt the secret key.

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