IPWorks Encrypt 2020 C++ Edition

Questions / Feedback?

KeyInverseQ Property

Represents the InverseQ parameter for the RSA algorithm.

Syntax

ANSI (Cross Platform)
int GetKeyInverseQ(char* &lpKeyInverseQ, int &lenKeyInverseQ);
int SetKeyInverseQ(const char* lpKeyInverseQ, int lenKeyInverseQ); Unicode (Windows) INT GetKeyInverseQ(LPSTR &lpKeyInverseQ, INT &lenKeyInverseQ);
INT SetKeyInverseQ(LPCSTR lpKeyInverseQ, INT lenKeyInverseQ);
@property (nonatomic,readwrite,assign,getter=keyInverseQ,setter=setKeyInverseQ:) NSString* keyInverseQ;
- (NSString*)keyInverseQ;
- (void)setKeyInverseQ:(NSString*)newKeyInverseQ;

@property (nonatomic,readwrite,assign,getter=keyInverseQB,setter=setKeyInverseQB:) NSData* keyInverseQB; - (NSData*)keyInverseQB; - (void)setKeyInverseQB:(NSData*)newKeyInverseQ;
#define PID_RSA_KEYINVERSEQ 15

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 InverseQ parameter for the RSA algorithm. This parameter is optional and is automatically calculated as necessary.

Data Type

Binary String

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