SecureBlackbox 2020 iOS Edition

Questions / Feedback?

keyEdPublic (property)

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

Syntax

@property (nonatomic,readonly,assign,getter=keyEdPublic) NSData* keyEdPublic;
- (NSData*)keyEdPublic;
public var keyEdPublic: 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]