IPWorks Encrypt 2020 C++ Edition

Questions / Feedback?

KeyExponent Property

Represents the Exponent parameter for the RSA algorithm.

Syntax

ANSI (Cross Platform)
int GetKeyExponent(char* &lpKeyExponent, int &lenKeyExponent);
int SetKeyExponent(const char* lpKeyExponent, int lenKeyExponent); Unicode (Windows) INT GetKeyExponent(LPSTR &lpKeyExponent, INT &lenKeyExponent);
INT SetKeyExponent(LPCSTR lpKeyExponent, INT lenKeyExponent);
@property (nonatomic,readwrite,assign,getter=keyExponent,setter=setKeyExponent:) NSString* keyExponent;
- (NSString*)keyExponent;
- (void)setKeyExponent:(NSString*)newKeyExponent;

@property (nonatomic,readwrite,assign,getter=keyExponentB,setter=setKeyExponentB:) NSData* keyExponentB; - (NSData*)keyExponentB; - (void)setKeyExponentB:(NSData*)newKeyExponent;
#define PID_RSA_KEYEXPONENT 14

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

Default Value

""

Remarks

Represents the Exponent parameter for the RSA algorithm.

Data Type

Binary String

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