SecureBlackbox 2020 PHP Edition

Questions / Feedback?

KeyEncryptionKey Property

The symmetric key used to encrypt a session key.

Object Oriented Interface

public function getKeyEncryptionKey();
public function setKeyEncryptionKey($value);

Procedural Interface

secureblackbox_xmlencryptor_get($res, 11 );
secureblackbox_xmlencryptor_set($res, 11, $value );

Remarks

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

This property is not available at design time.

Data Type

Byte Array

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