IPWorks Encrypt 2020 C++ Edition

Questions / Feedback?

KeyPublicKey Property

This property is a PEM formatted public key.

Syntax

ANSI (Cross Platform)
char* GetKeyPublicKey();
int SetKeyPublicKey(const char* lpszKeyPublicKey); Unicode (Windows) LPWSTR GetKeyPublicKey();
INT SetKeyPublicKey(LPCWSTR lpszKeyPublicKey);
@property (nonatomic,readwrite,assign,getter=keyPublicKey,setter=setKeyPublicKey:) NSString* keyPublicKey;
- (NSString*)keyPublicKey;
- (void)setKeyPublicKey:(NSString*)newKeyPublicKey;
#define PID_ELGAMAL_KEYPUBLICKEY 6

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

This property is a PEM formatted public key. The purpose of this property is to allow easier management of the public key parameters by using only a single value.

Data Type

String

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