IPWorks Encrypt 2020 C++ Edition

Questions / Feedback?

RecipientKeyY Property

Represents the Y parameter for the Elgamal algorithm.

Syntax

ANSI (Cross Platform)
int GetRecipientKeyY(char* &lpRecipientKeyY, int &lenRecipientKeyY);
int SetRecipientKeyY(const char* lpRecipientKeyY, int lenRecipientKeyY); Unicode (Windows) INT GetRecipientKeyY(LPSTR &lpRecipientKeyY, INT &lenRecipientKeyY);
INT SetRecipientKeyY(LPCSTR lpRecipientKeyY, INT lenRecipientKeyY);
@property (nonatomic,readwrite,assign,getter=recipientKeyY,setter=setRecipientKeyY:) NSString* recipientKeyY;
- (NSString*)recipientKeyY;
- (void)setRecipientKeyY:(NSString*)newRecipientKeyY;

@property (nonatomic,readwrite,assign,getter=recipientKeyYB,setter=setRecipientKeyYB:) NSData* recipientKeyYB; - (NSData*)recipientKeyYB; - (void)setRecipientKeyYB:(NSData*)newRecipientKeyY;
#define PID_ELGAMAL_RECIPIENTKEYY 15

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 Y 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]