SecureBlackbox 2020 PHP Edition

Questions / Feedback?

Key Property

The symmetric key to use for encryption.

Object Oriented Interface

public function getKey();
public function setKey($value);

Procedural Interface

secureblackbox_messageencryptor_get($res, 7 );
secureblackbox_messageencryptor_set($res, 7, $value );

Remarks

Use this property to provide a symmetric key to use for encryption. If the symmetric key is provided, an output message of EncryptedData type will be formed. The recipient of this message will need to have the same key to decrypt it.

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]