IPWorks Encrypt 2020 C++ Edition

Questions / Feedback?

KeyDQ Property

Represents the DQ parameter for the RSA algorithm.

Syntax

ANSI (Cross Platform)
int GetKeyDQ(char* &lpKeyDQ, int &lenKeyDQ);
int SetKeyDQ(const char* lpKeyDQ, int lenKeyDQ); Unicode (Windows) INT GetKeyDQ(LPSTR &lpKeyDQ, INT &lenKeyDQ);
INT SetKeyDQ(LPCSTR lpKeyDQ, INT lenKeyDQ);
@property (nonatomic,readwrite,assign,getter=keyDQ,setter=setKeyDQ:) NSString* keyDQ;
- (NSString*)keyDQ;
- (void)setKeyDQ:(NSString*)newKeyDQ;

@property (nonatomic,readwrite,assign,getter=keyDQB,setter=setKeyDQB:) NSData* keyDQB; - (NSData*)keyDQB; - (void)setKeyDQB:(NSData*)newKeyDQ;
#define PID_RSA_KEYDQ 13

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