SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

keyECCD (property)

The value of the secret key (the order of the public key, D) if elliptic curve (EC) cryptography is used.

Syntax

@property (nonatomic,readonly,assign,getter=keyECCD) NSData* keyECCD;
- (NSData*)keyECCD;
public var keyECCD: Data {
  get {...}
}

Remarks

The value of the secret key (the order of the public key, D) if elliptic curve (EC) cryptography is used. The string should contain the binary data of D.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox Lite 2020 iOS Edition - Version 20.0 [Build 8166]