IPWorks Encrypt 2020 iOS Edition

Questions / Feedback?

keyD (property)

Represents the D parameter for the RSA algorithm.

Syntax

@property (nonatomic,readwrite,assign,getter=keyD,setter=setKeyD:) NSString* keyD;
- (NSString*)keyD;
- (void)setKeyD:(NSString*)newKeyD;

@property (nonatomic,readwrite,assign,getter=keyDB,setter=setKeyDB:) NSData* keyDB; - (NSData*)keyDB; - (void)setKeyDB:(NSData*)newKeyD;
public var keyD: String {
  get {...}
set {...} }
public var keyDB: Data { get {...}
set {...} }

Default Value

""

Remarks

Represents the D parameter for the RSA algorithm.

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