IPWorks Encrypt 2020 C++ Edition

Questions / Feedback?

RecipientKeyP Property

Represents the P parameter for the Elgamal algorithm.

Syntax

ANSI (Cross Platform)
int GetRecipientKeyP(char* &lpRecipientKeyP, int &lenRecipientKeyP);
int SetRecipientKeyP(const char* lpRecipientKeyP, int lenRecipientKeyP); Unicode (Windows) INT GetRecipientKeyP(LPSTR &lpRecipientKeyP, INT &lenRecipientKeyP);
INT SetRecipientKeyP(LPCSTR lpRecipientKeyP, INT lenRecipientKeyP);
@property (nonatomic,readwrite,assign,getter=recipientKeyP,setter=setRecipientKeyP:) NSString* recipientKeyP;
- (NSString*)recipientKeyP;
- (void)setRecipientKeyP:(NSString*)newRecipientKeyP;

@property (nonatomic,readwrite,assign,getter=recipientKeyPB,setter=setRecipientKeyPB:) NSData* recipientKeyPB; - (NSData*)recipientKeyPB; - (void)setRecipientKeyPB:(NSData*)newRecipientKeyP;
#define PID_ELGAMAL_RECIPIENTKEYP 13

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