SecureBlackbox 2020 PHP Edition

Questions / Feedback?

InputBytes Property

Use this property to pass the input to class in the byte array form.

Object Oriented Interface

public function getInputBytes();
public function setInputBytes($value);

Procedural Interface

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

Remarks

Assign a byte array containing the data to be processed to this property.

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]