IPWorks Encrypt 2020 iOS Edition

Questions / Feedback?

keyDP (property)

Represents the DP parameter for the RSA algorithm.

Syntax

@property (nonatomic,readwrite,assign,getter=keyDP,setter=setKeyDP:) NSString* keyDP;
- (NSString*)keyDP;
- (void)setKeyDP:(NSString*)newKeyDP;

@property (nonatomic,readwrite,assign,getter=keyDPB,setter=setKeyDPB:) NSData* keyDPB; - (NSData*)keyDPB; - (void)setKeyDPB:(NSData*)newKeyDP;
public var keyDP: String {
  get {...}
set {...} }
public var keyDPB: Data { get {...}
set {...} }

Default Value

""

Remarks

Represents the DP parameter for the RSA algorithm.

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