SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

serverKeyECCQX (property)

The value of the X coordinate of the public key if elliptic curve (EC) cryptography is used.

Syntax

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

Remarks

The value of the X coordinate of the public key if elliptic curve (EC) cryptography is used. The string should contain the binary data of X.

This property is read-only.

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