IPWorks Encrypt 2020 iOS Edition

Questions / Feedback?

keyRx (property)

Represents the public key's Rx parameter.

Syntax

@property (nonatomic,readwrite,assign,getter=keyRx,setter=setKeyRx:) NSString* keyRx;
- (NSString*)keyRx;
- (void)setKeyRx:(NSString*)newKeyRx;

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