IPWorks Encrypt 2020 C++ Edition

Questions / Feedback?

SignerKeyG Property

Represents the G parameter for the DSA algorithm.

Syntax

ANSI (Cross Platform)
int GetSignerKeyG(char* &lpSignerKeyG, int &lenSignerKeyG);
int SetSignerKeyG(const char* lpSignerKeyG, int lenSignerKeyG); Unicode (Windows) INT GetSignerKeyG(LPSTR &lpSignerKeyG, INT &lenSignerKeyG);
INT SetSignerKeyG(LPCSTR lpSignerKeyG, INT lenSignerKeyG);
@property (nonatomic,readwrite,assign,getter=signerKeyG,setter=setSignerKeyG:) NSString* signerKeyG;
- (NSString*)signerKeyG;
- (void)setSignerKeyG:(NSString*)newSignerKeyG;

@property (nonatomic,readwrite,assign,getter=signerKeyGB,setter=setSignerKeyGB:) NSData* signerKeyGB; - (NSData*)signerKeyGB; - (void)setSignerKeyGB:(NSData*)newSignerKeyG;
#define PID_DSA_SIGNERKEYG 23

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