IPWorks Encrypt 2020 C++ Edition

Questions / Feedback?

KeyQ Property

Represents the Q parameter for the DSA algorithm.

Syntax

ANSI (Cross Platform)
int GetKeyQ(char* &lpKeyQ, int &lenKeyQ);
int SetKeyQ(const char* lpKeyQ, int lenKeyQ); Unicode (Windows) INT GetKeyQ(LPSTR &lpKeyQ, INT &lenKeyQ);
INT SetKeyQ(LPCSTR lpKeyQ, INT lenKeyQ);
@property (nonatomic,readwrite,assign,getter=keyQ,setter=setKeyQ:) NSString* keyQ;
- (NSString*)keyQ;
- (void)setKeyQ:(NSString*)newKeyQ;

@property (nonatomic,readwrite,assign,getter=keyQB,setter=setKeyQB:) NSData* keyQB; - (NSData*)keyQB; - (void)setKeyQB:(NSData*)newKeyQ;
#define PID_DSA_KEYQ 15

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

Default Value

""

Remarks

Represents the Q parameter for the DSA algorithm.

Data Type

Binary String

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