SecureBlackbox 2020 Python Edition

Questions / Feedback?

encrypt_key Property

Specifies if the encryption key is encrypted.

Syntax

def get_encrypt_key() -> bool: ...
def set_encrypt_key(value: bool) -> None: ...

encrypt_key = property(get_encrypt_key, set_encrypt_key)

Default Value

FALSE

Remarks

Use this property to specify if encryption (session) key should be encrypted and also added to the encrypted data.

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