IPWorks Encrypt 2020 iOS Edition

Questions / Feedback?

keyDQ (property)

Represents the DQ parameter for the RSA algorithm.

Syntax

@property (nonatomic,readwrite,assign,getter=keyDQ,setter=setKeyDQ:) NSString* keyDQ;
- (NSString*)keyDQ;
- (void)setKeyDQ:(NSString*)newKeyDQ;

@property (nonatomic,readwrite,assign,getter=keyDQB,setter=setKeyDQB:) NSData* keyDQB; - (NSData*)keyDQB; - (void)setKeyDQB:(NSData*)newKeyDQ;
public var keyDQ: String {
  get {...}
set {...} }
public var keyDQB: Data { get {...}
set {...} }

Default Value

""

Remarks

Represents the DQ parameter for the RSA algorithm.

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