SecureBlackbox 2020 PHP Edition

Questions / Feedback?

DataBytes Property

Use this property to pass the original signed data to class in the byte array form.

Object Oriented Interface

public function getDataBytes();
public function setDataBytes($value);

Procedural Interface

secureblackbox_messageverifier_get($res, 31 );
secureblackbox_messageverifier_set($res, 31, $value );

Remarks

When validating detached signatures, assign a byte array containing the signed data 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]