IPWorks Encrypt 2020 C++ Edition

Questions / Feedback?

SignerKeyRx Property

Represents the public key's Rx parameter.

Syntax

ANSI (Cross Platform)
int GetSignerKeyRx(char* &lpSignerKeyRx, int &lenSignerKeyRx);
int SetSignerKeyRx(const char* lpSignerKeyRx, int lenSignerKeyRx); Unicode (Windows) INT GetSignerKeyRx(LPSTR &lpSignerKeyRx, INT &lenSignerKeyRx);
INT SetSignerKeyRx(LPCSTR lpSignerKeyRx, INT lenSignerKeyRx);
@property (nonatomic,readwrite,assign,getter=signerKeyRx,setter=setSignerKeyRx:) NSString* signerKeyRx;
- (NSString*)signerKeyRx;
- (void)setSignerKeyRx:(NSString*)newSignerKeyRx;

@property (nonatomic,readwrite,assign,getter=signerKeyRxB,setter=setSignerKeyRxB:) NSData* signerKeyRxB; - (NSData*)signerKeyRxB; - (void)setSignerKeyRxB:(NSData*)newSignerKeyRx;
#define PID_ECC_SIGNERKEYRX 32

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]