SecureBlackbox Lite 2020 PHP Edition

Questions / Feedback?

PayloadSize Property

Specifies the payload size, in bytes.

Object Oriented Interface

public function getPayloadSize();
public function setPayloadSize($value);

Procedural Interface

secureblackboxlite_symmetriccrypto_get($res, 25 );
secureblackboxlite_symmetriccrypto_set($res, 25, $value );

Default Value

0

Remarks

Use this property to specify the size of the input data in bytes. This is only used by a subsetof algorithms/modes, such as CCM.

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 PHP Edition - Version 20.0 [Build 8166]