IPWorks Encrypt 2020 iOS Edition

Questions / Feedback?

keyG (property)

Represents the G parameter for the DSA algorithm.

Syntax

@property (nonatomic,readwrite,assign,getter=keyG,setter=setKeyG:) NSString* keyG;
- (NSString*)keyG;
- (void)setKeyG:(NSString*)newKeyG;

@property (nonatomic,readwrite,assign,getter=keyGB,setter=setKeyGB:) NSData* keyGB; - (NSData*)keyGB; - (void)setKeyGB:(NSData*)newKeyG;
public var keyG: String {
  get {...}
set {...} }
public var keyGB: Data { get {...}
set {...} }

Default Value

""

Remarks

Represents the G parameter for the DSA algorithm.

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