SecureBlackbox Lite 2020 Kotlin Edition

Questions / Feedback?

InputEncoding Property

The encoding to apply to the input data.

Syntax

public var inputEncoding: SymmetriccryptoInputEncodings

public enum class SymmetriccryptoInputEncodings(val value: Int) {
cetDefault(0),
cetBinary(1),
cetBase64(2),
cetCompact(3),
cetJSON(4);
}

Default Value

0

Remarks

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

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