IPWorks Encrypt 2020 C++ Edition

Questions / Feedback?

KeyP Property

Represents the P parameter for the DSA algorithm.

Syntax

ANSI (Cross Platform)
int GetKeyP(char* &lpKeyP, int &lenKeyP);
int SetKeyP(const char* lpKeyP, int lenKeyP); Unicode (Windows) INT GetKeyP(LPSTR &lpKeyP, INT &lenKeyP);
INT SetKeyP(LPCSTR lpKeyP, INT lenKeyP);
@property (nonatomic,readwrite,assign,getter=keyP,setter=setKeyP:) NSString* keyP;
- (NSString*)keyP;
- (void)setKeyP:(NSString*)newKeyP;

@property (nonatomic,readwrite,assign,getter=keyPB,setter=setKeyPB:) NSData* keyPB; - (NSData*)keyPB; - (void)setKeyPB:(NSData*)newKeyP;
#define PID_DSA_KEYP 12

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