SecureBlackbox 2020 C++ Edition

Questions / Feedback?

KeyCurve Property

Indicates the elliptic curve associated with a EC key.

Syntax

ANSI (Cross Platform)
char* GetKeyCurve();
int SetKeyCurve(const char* lpszKeyCurve); Unicode (Windows) LPWSTR GetKeyCurve();
INT SetKeyCurve(LPCWSTR lpszKeyCurve);
@property (nonatomic,readwrite,assign,getter=keyCurve,setter=setKeyCurve:) NSString* keyCurve;
- (NSString*)keyCurve;
- (void)setKeyCurve:(NSString*)newKeyCurve;
#define PID_PGPKEYMANAGER_KEYCURVE 2

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

Default Value

""

Remarks

Indicates the elliptic curve associated with a EC key.

Supported values:

SB_PGP_CURVE_P256P256
SB_PGP_CURVE_P384P384
SB_PGP_CURVE_P521P521
SB_PGP_CURVE_ED25519ED25519
SB_PGP_CURVE_CURVE25519CURVE25519
SB_PGP_CURVE_BRAINPOOLP256R1BRAINPOOLP256
SB_PGP_CURVE_BRAINPOOLP512R1BRAINPOOLP512

This property is not available at design time.

Data Type

String

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