IPWorks Encrypt 2020 iOS Edition

Questions / Feedback?

recipientKeyY (property)

Represents the Y parameter for the Elgamal algorithm.

Syntax

@property (nonatomic,readwrite,assign,getter=recipientKeyY,setter=setRecipientKeyY:) NSString* recipientKeyY;
- (NSString*)recipientKeyY;
- (void)setRecipientKeyY:(NSString*)newRecipientKeyY;

@property (nonatomic,readwrite,assign,getter=recipientKeyYB,setter=setRecipientKeyYB:) NSData* recipientKeyYB; - (NSData*)recipientKeyYB; - (void)setRecipientKeyYB:(NSData*)newRecipientKeyY;
public var recipientKeyY: String {
  get {...}
set {...} }
public var recipientKeyYB: Data { get {...}
set {...} }

Default Value

""

Remarks

Represents the Y parameter for the Elgamal algorithm.

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