SecureBlackbox 2020 Python Edition

Questions / Feedback?

encoder_type Property

Specifies the KMIP encoder type.

Syntax

def get_encoder_type() -> int: ...
def set_encoder_type(value: int) -> None: ...

encoder_type = property(get_encoder_type, set_encoder_type)

Default Value

0

Remarks

Use this property to specify the KMIP message encoding to be used in communications with clients.

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