SecureBlackbox Lite 2020 Android Edition

Questions / Feedback?

InputEncoding Property

The encoding to apply to the input data.

Syntax

public int getInputEncoding();
public void setInputEncoding(int inputEncoding);

Enumerated values: public final static int cetDefault = 0; public final static int cetBinary = 1; public final static int cetBase64 = 2; public final static int cetCompact = 3; public final static int cetJSON = 4;

Remarks

Use this property to specify the encoding to apply to the input 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

Default Value

0

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