IPWorks Encrypt 2020 C++ Edition

Questions / Feedback?

KeyRx Property

Represents the public key's Rx parameter.

Syntax

ANSI (Cross Platform)
int GetKeyRx(char* &lpKeyRx, int &lenKeyRx);
int SetKeyRx(const char* lpKeyRx, int lenKeyRx); Unicode (Windows) INT GetKeyRx(LPSTR &lpKeyRx, INT &lenKeyRx);
INT SetKeyRx(LPCSTR lpKeyRx, INT lenKeyRx);
@property (nonatomic,readwrite,assign,getter=keyRx,setter=setKeyRx:) NSString* keyRx;
- (NSString*)keyRx;
- (void)setKeyRx:(NSString*)newKeyRx;

@property (nonatomic,readwrite,assign,getter=keyRxB,setter=setKeyRxB:) NSData* keyRxB; - (NSData*)keyRxB; - (void)setKeyRxB:(NSData*)newKeyRx;
#define PID_ECC_KEYRX 17

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

Represents the public key's Rx parameter.

Note: This value is only applicable when using a NIST curve.

Data Type

Binary String

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