IPWorks Encrypt 2020 iOS Edition

Questions / Feedback?

keyP (property)

Represents the P parameter for the DSA algorithm.

Syntax

@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;
public var keyP: String {
  get {...}
set {...} }
public var keyPB: Data { get {...}
set {...} }

Default Value

""

Remarks

Represents the P parameter for the DSA algorithm.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Encrypt 2020 iOS Edition - Version 20.0 [Build 8155]