IPWorks Encrypt 2020 C++ Edition

Questions / Feedback?

SignerKeyY Property

Represents the Y parameter for the DSA algorithm.

Syntax

ANSI (Cross Platform)
int GetSignerKeyY(char* &lpSignerKeyY, int &lenSignerKeyY);
int SetSignerKeyY(const char* lpSignerKeyY, int lenSignerKeyY); Unicode (Windows) INT GetSignerKeyY(LPSTR &lpSignerKeyY, INT &lenSignerKeyY);
INT SetSignerKeyY(LPCSTR lpSignerKeyY, INT lenSignerKeyY);
@property (nonatomic,readwrite,assign,getter=signerKeyY,setter=setSignerKeyY:) NSString* signerKeyY;
- (NSString*)signerKeyY;
- (void)setSignerKeyY:(NSString*)newSignerKeyY;

@property (nonatomic,readwrite,assign,getter=signerKeyYB,setter=setSignerKeyYB:) NSData* signerKeyYB; - (NSData*)signerKeyYB; - (void)setSignerKeyYB:(NSData*)newSignerKeyY;
#define PID_DSA_SIGNERKEYY 27

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