IPWorks Encrypt 2020 C++ Edition

Questions / Feedback?

RecipientKeyG Property

Represents the G parameter for the Elgamal algorithm.

Syntax

ANSI (Cross Platform)
int GetRecipientKeyG(char* &lpRecipientKeyG, int &lenRecipientKeyG);
int SetRecipientKeyG(const char* lpRecipientKeyG, int lenRecipientKeyG); Unicode (Windows) INT GetRecipientKeyG(LPSTR &lpRecipientKeyG, INT &lenRecipientKeyG);
INT SetRecipientKeyG(LPCSTR lpRecipientKeyG, INT lenRecipientKeyG);
@property (nonatomic,readwrite,assign,getter=recipientKeyG,setter=setRecipientKeyG:) NSString* recipientKeyG;
- (NSString*)recipientKeyG;
- (void)setRecipientKeyG:(NSString*)newRecipientKeyG;

@property (nonatomic,readwrite,assign,getter=recipientKeyGB,setter=setRecipientKeyGB:) NSData* recipientKeyGB; - (NSData*)recipientKeyGB; - (void)setRecipientKeyGB:(NSData*)newRecipientKeyG;
#define PID_ELGAMAL_RECIPIENTKEYG 12

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

Default Value

""

Remarks

Represents the G parameter for the Elgamal algorithm.

Data Type

Binary String

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