SecureBlackbox 2020 C++ Edition

Questions / Feedback?

KeyWrapMethod Property

The key wrap method used to encrypt the session key.

Syntax

ANSI (Cross Platform)
char* GetKeyWrapMethod();
int SetKeyWrapMethod(const char* lpszKeyWrapMethod); Unicode (Windows) LPWSTR GetKeyWrapMethod();
INT SetKeyWrapMethod(LPCWSTR lpszKeyWrapMethod);
@property (nonatomic,readwrite,assign,getter=keyWrapMethod,setter=setKeyWrapMethod:) NSString* keyWrapMethod;
- (NSString*)keyWrapMethod;
- (void)setKeyWrapMethod:(NSString*)newKeyWrapMethod;
#define PID_XMLENCRYPTOR_KEYWRAPMETHOD 14

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

Default Value

"Camellia256"

Remarks

This property specifies the key wrap algorithm used to encrypt the session key.

Supported values:

SB_XML_ENCRYPTION_ALGORITHM_3DES3DEST
SB_XML_ENCRYPTION_ALGORITHM_AES128AES128
SB_XML_ENCRYPTION_ALGORITHM_AES192AES192
SB_XML_ENCRYPTION_ALGORITHM_AES256AES256
SB_XML_ENCRYPTION_ALGORITHM_CAMELLIA128Camellia128
SB_XML_ENCRYPTION_ALGORITHM_CAMELLIA192Camellia192
SB_XML_ENCRYPTION_ALGORITHM_CAMELLIA256Camellia256
SB_XML_ENCRYPTION_ALGORITHM_SEEDSEED

Data Type

String

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