IPWorks Encrypt 2020 iOS Edition

Questions / Feedback?

signerKeyRx (property)

Represents the public key's Rx parameter.

Syntax

@property (nonatomic,readwrite,assign,getter=signerKeyRx,setter=setSignerKeyRx:) NSString* signerKeyRx;
- (NSString*)signerKeyRx;
- (void)setSignerKeyRx:(NSString*)newSignerKeyRx;

@property (nonatomic,readwrite,assign,getter=signerKeyRxB,setter=setSignerKeyRxB:) NSData* signerKeyRxB; - (NSData*)signerKeyRxB; - (void)setSignerKeyRxB:(NSData*)newSignerKeyRx;
public var signerKeyRx: String {
  get {...}
set {...} }
public var signerKeyRxB: Data { get {...}
set {...} }

Default Value

""

Remarks

Represents the public key's Rx 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]