IPWorks Encrypt 2020 iOS Edition

Questions / Feedback?

keyQ (property)

Represents the Q parameter for the RSA algorithm.

Syntax

@property (nonatomic,readwrite,assign,getter=keyQ,setter=setKeyQ:) NSString* keyQ;
- (NSString*)keyQ;
- (void)setKeyQ:(NSString*)newKeyQ;

@property (nonatomic,readwrite,assign,getter=keyQB,setter=setKeyQB:) NSData* keyQB; - (NSData*)keyQB; - (void)setKeyQB:(NSData*)newKeyQ;
public var keyQ: String {
  get {...}
set {...} }
public var keyQB: Data { get {...}
set {...} }

Default Value

""

Remarks

Represents the Q parameter for the RSA algorithm.

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