IPWorks Encrypt 2020 iOS Edition

Questions / Feedback?

keyK (property)

Represent the private key (K) parameter.

Syntax

@property (nonatomic,readwrite,assign,getter=keyK,setter=setKeyK:) NSString* keyK;
- (NSString*)keyK;
- (void)setKeyK:(NSString*)newKeyK;

@property (nonatomic,readwrite,assign,getter=keyKB,setter=setKeyKB:) NSData* keyKB; - (NSData*)keyKB; - (void)setKeyKB:(NSData*)newKeyK;
public var keyK: String {
  get {...}
set {...} }
public var keyKB: Data { get {...}
set {...} }

Default Value

""

Remarks

Represent the private key (K) 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]