SecureBlackbox 2020 Python Edition

Questions / Feedback?

key_decryption_key Property

The symmetric key used to decrypt a session key.

Syntax

def get_key_decryption_key() -> bytes: ...
def set_key_decryption_key(value: bytes) -> None: ...

key_decryption_key = property(get_key_decryption_key, set_key_decryption_key)

Remarks

Use this property to provide the decryption symmetric key that will be used to decrypt a session key. It is required when encrypt_key property is enabled and key_encryption_type set to cxetKeyWrap value.

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