IPWorks Encrypt 2020 iOS Edition

Questions / Feedback?

recipientKeyG (property)

Represents the G parameter for the Elgamal algorithm.

Syntax

@property (nonatomic,readwrite,assign,getter=recipientKeyG,setter=setRecipientKeyG:) NSString* recipientKeyG;
- (NSString*)recipientKeyG;
- (void)setRecipientKeyG:(NSString*)newRecipientKeyG;

@property (nonatomic,readwrite,assign,getter=recipientKeyGB,setter=setRecipientKeyGB:) NSData* recipientKeyGB; - (NSData*)recipientKeyGB; - (void)setRecipientKeyGB:(NSData*)newRecipientKeyG;
public var recipientKeyG: String {
  get {...}
set {...} }
public var recipientKeyGB: Data { get {...}
set {...} }

Default Value

""

Remarks

Represents the G parameter for the Elgamal algorithm.

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