IPWorks Encrypt 2020 C++ Edition

Questions / Feedback?

KeyDP Property

Represents the DP parameter for the RSA algorithm.

Syntax

ANSI (Cross Platform)
int GetKeyDP(char* &lpKeyDP, int &lenKeyDP);
int SetKeyDP(const char* lpKeyDP, int lenKeyDP); Unicode (Windows) INT GetKeyDP(LPSTR &lpKeyDP, INT &lenKeyDP);
INT SetKeyDP(LPCSTR lpKeyDP, INT lenKeyDP);
@property (nonatomic,readwrite,assign,getter=keyDP,setter=setKeyDP:) NSString* keyDP;
- (NSString*)keyDP;
- (void)setKeyDP:(NSString*)newKeyDP;

@property (nonatomic,readwrite,assign,getter=keyDPB,setter=setKeyDPB:) NSData* keyDPB; - (NSData*)keyDPB; - (void)setKeyDPB:(NSData*)newKeyDP;
#define PID_RSA_KEYDP 12

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