SecureBlackbox 2020 iOS Edition

Questions / Feedback?

serverKeyEdPublic (property)

The value of the public key if EdDSA (Edwards-curve Digital Signature Algorithm) algorithm is used.

Syntax

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

Remarks

The value of the public key if EdDSA (Edwards-curve Digital Signature Algorithm) algorithm is used.

This property is read-only.

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