IPWorks Encrypt 2020 iOS Edition

Questions / Feedback?

keyRy (property)

Represents the public key's Ry parameter.

Syntax

@property (nonatomic,readwrite,assign,getter=keyRy,setter=setKeyRy:) NSString* keyRy;
- (NSString*)keyRy;
- (void)setKeyRy:(NSString*)newKeyRy;

@property (nonatomic,readwrite,assign,getter=keyRyB,setter=setKeyRyB:) NSData* keyRyB; - (NSData*)keyRyB; - (void)setKeyRyB:(NSData*)newKeyRy;
public var keyRy: String {
  get {...}
set {...} }
public var keyRyB: Data { get {...}
set {...} }

Default Value

""

Remarks

Represents the public key's Ry parameter.

Note: This value is only applicable when using a NIST curve.

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