IPWorks Encrypt 2020 C++ Edition

Questions / Feedback?

KeyXSk Property

Holds the private key data.

Syntax

ANSI (Cross Platform)
int GetKeyXSk(char* &lpKeyXSk, int &lenKeyXSk);
int SetKeyXSk(const char* lpKeyXSk, int lenKeyXSk); Unicode (Windows) INT GetKeyXSk(LPSTR &lpKeyXSk, INT &lenKeyXSk);
INT SetKeyXSk(LPCSTR lpKeyXSk, INT lenKeyXSk);
@property (nonatomic,readwrite,assign,getter=keyXSk,setter=setKeyXSk:) NSString* keyXSk;
- (NSString*)keyXSk;
- (void)setKeyXSk:(NSString*)newKeyXSk;

@property (nonatomic,readwrite,assign,getter=keyXSkB,setter=setKeyXSkB:) NSData* keyXSkB; - (NSData*)keyXSkB; - (void)setKeyXSkB:(NSData*)newKeyXSk;
#define PID_ECC_KEYXSK 20

IPWORKSENCRYPT_EXTERNAL void* IPWORKSENCRYPT_CALL IPWorksEncrypt_ECC_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);
IPWORKSENCRYPT_EXTERNAL int IPWORKSENCRYPT_CALL IPWorksEncrypt_ECC_Set(void *lpObj, int propid, int arridx, const void *val, int cbVal);

Default Value

""

Remarks

Holds the private key data.

Note: This value is only applicable when using Curve25519 or Curve448.

Data Type

Binary String

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