IPWorks Encrypt 2020 C++ Edition

Questions / Feedback?

KeyY Property

Represents the Y parameter for the DSA algorithm.

Syntax

ANSI (Cross Platform)
int GetKeyY(char* &lpKeyY, int &lenKeyY);
int SetKeyY(const char* lpKeyY, int lenKeyY); Unicode (Windows) INT GetKeyY(LPSTR &lpKeyY, INT &lenKeyY);
INT SetKeyY(LPCSTR lpKeyY, INT lenKeyY);
@property (nonatomic,readwrite,assign,getter=keyY,setter=setKeyY:) NSString* keyY;
- (NSString*)keyY;
- (void)setKeyY:(NSString*)newKeyY;

@property (nonatomic,readwrite,assign,getter=keyYB,setter=setKeyYB:) NSData* keyYB; - (NSData*)keyYB; - (void)setKeyYB:(NSData*)newKeyY;
#define PID_DSA_KEYY 17

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]