IPWorks Encrypt 2020 iOS Edition

Questions / Feedback?

signerKeyRy (property)

Represents the public key's Ry parameter.

Syntax

@property (nonatomic,readwrite,assign,getter=signerKeyRy,setter=setSignerKeyRy:) NSString* signerKeyRy;
- (NSString*)signerKeyRy;
- (void)setSignerKeyRy:(NSString*)newSignerKeyRy;

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