SecureBlackbox 2020 PHP Edition

Questions / Feedback?

Key Property

The symmetric key to use for decryption.

Object Oriented Interface

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

Procedural Interface

secureblackbox_messagedecryptor_get($res, 23 );
secureblackbox_messagedecryptor_set($res, 23, $value );

Remarks

Use this property to provide the symmetric key to decrypt the data. This property is only applicable for processing data of EncryptedData subtype.

Assign this property before calling Decrypt.

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]