IPWorks Encrypt 2020 iOS Edition

Questions / Feedback?

keyY (property)

Represents the Y parameter for the Elgamal algorithm.

Syntax

@property (nonatomic,readwrite,assign,getter=keyY,setter=setKeyY:) NSString* keyY;
- (NSString*)keyY;
- (void)setKeyY:(NSString*)newKeyY;

@property (nonatomic,readwrite,assign,getter=keyYB,setter=setKeyYB:) NSData* keyYB; - (NSData*)keyYB; - (void)setKeyYB:(NSData*)newKeyY;
public var keyY: String {
  get {...}
set {...} }
public var keyYB: 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]