SecureBlackbox Lite 2020 Python Edition

Questions / Feedback?

output_encoding Property

The encoding to use for the output data.

Syntax

def get_output_encoding() -> int: ...
def set_output_encoding(value: int) -> None: ...

output_encoding = property(get_output_encoding, set_output_encoding)

Default Value

0

Remarks

Use this property to configure the type of encoding to be used for the output 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

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