SecureBlackbox 2020 PHP Edition

Questions / Feedback?

DataBytes Property

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

Object Oriented Interface

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

Procedural Interface

secureblackbox_cadesverifier_get($res, 78 );
secureblackbox_cadesverifier_set($res, 78, $value );

Remarks

Assign a byte array containing the original 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]