SecureBlackbox Lite 2020 PHP Edition

Questions / Feedback?

OutputEncoding Property

The encoding type to apply to the output data.

Object Oriented Interface

public function getOutputEncoding();
public function setOutputEncoding($value);

Procedural Interface

secureblackboxlite_publickeycrypto_get($res, 23 );
secureblackboxlite_publickeycrypto_set($res, 23, $value );

Default Value

0

Remarks

Use this property to specify the encoding type to apply to the protected data.

cetDefault0The default encoding type in current circumstances. This depends on the operation and the type of the key being used.

cetBinary1Raw binary encoding (no encoding)

cetBase642Base64 encoding (armouring)

cetCompact3JSON compact encoding

cetJSON4JSON standard encoding

Data Type

Integer

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