IPWorks Encrypt 2020 C++ Edition

Questions / Feedback?

SignerKeyQ Property

Represents the Q parameter for the DSA algorithm.

Syntax

ANSI (Cross Platform)
int GetSignerKeyQ(char* &lpSignerKeyQ, int &lenSignerKeyQ);
int SetSignerKeyQ(const char* lpSignerKeyQ, int lenSignerKeyQ); Unicode (Windows) INT GetSignerKeyQ(LPSTR &lpSignerKeyQ, INT &lenSignerKeyQ);
INT SetSignerKeyQ(LPCSTR lpSignerKeyQ, INT lenSignerKeyQ);
@property (nonatomic,readwrite,assign,getter=signerKeyQ,setter=setSignerKeyQ:) NSString* signerKeyQ;
- (NSString*)signerKeyQ;
- (void)setSignerKeyQ:(NSString*)newSignerKeyQ;

@property (nonatomic,readwrite,assign,getter=signerKeyQB,setter=setSignerKeyQB:) NSData* signerKeyQB; - (NSData*)signerKeyQB; - (void)setSignerKeyQB:(NSData*)newSignerKeyQ;
#define PID_DSA_SIGNERKEYQ 26

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]