SecureBlackbox 2020 C++ Edition

Questions / Feedback?

EncoderType Property

Specifies the KMIP encoder type.

Syntax

ANSI (Cross Platform)
int GetEncoderType();
int SetEncoderType(int iEncoderType); Unicode (Windows) INT GetEncoderType();
INT SetEncoderType(INT iEncoderType);

Possible Values

ET_TTLV(0), 
ET_XML(1),
ET_JSON(2)
@property (nonatomic,readwrite,assign,getter=encoderType,setter=setEncoderType:) int encoderType;
- (int)encoderType;
- (void)setEncoderType:(int)newEncoderType;

Possible Values

ET_TTLV(0), 
ET_XML(1),
ET_JSON(2)
#define PID_KMIPCLIENT_ENCODERTYPE 2

SECUREBLACKBOX_EXTERNAL void* SECUREBLACKBOX_CALL SecureBlackbox_KMIPClient_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
SECUREBLACKBOX_EXTERNAL int SECUREBLACKBOX_CALL SecureBlackbox_KMIPClient_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

0

Remarks

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

etTTLV0
etXML1
etJSON2

Data Type

Integer

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