IPWorks Encrypt 2020 C++ Edition

Questions / Feedback?

SignerKeyP Property

Represents the P parameter for the DSA algorithm.

Syntax

ANSI (Cross Platform)
int GetSignerKeyP(char* &lpSignerKeyP, int &lenSignerKeyP);
int SetSignerKeyP(const char* lpSignerKeyP, int lenSignerKeyP); Unicode (Windows) INT GetSignerKeyP(LPSTR &lpSignerKeyP, INT &lenSignerKeyP);
INT SetSignerKeyP(LPCSTR lpSignerKeyP, INT lenSignerKeyP);
@property (nonatomic,readwrite,assign,getter=signerKeyP,setter=setSignerKeyP:) NSString* signerKeyP;
- (NSString*)signerKeyP;
- (void)setSignerKeyP:(NSString*)newSignerKeyP;

@property (nonatomic,readwrite,assign,getter=signerKeyPB,setter=setSignerKeyPB:) NSData* signerKeyPB; - (NSData*)signerKeyPB; - (void)setSignerKeyPB:(NSData*)newSignerKeyP;
#define PID_DSA_SIGNERKEYP 24

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]