SecureBlackbox 2020 Python Edition

Questions / Feedback?

key_encryption_key Property

The symmetric key used to encrypt a session key.

Syntax

def get_key_encryption_key() -> bytes: ...
def set_key_encryption_key(value: bytes) -> None: ...

key_encryption_key = property(get_key_encryption_key, set_key_encryption_key)

Remarks

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

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