Ed25519KeyPair

class Ed25519KeyPair(var privateKey: PrivateKey, var publicKey: PublicKey) : KeyPair(source)

Represents a pair of Ed25519 private and public keys.

Constructors

Link copied to clipboard
constructor(privateKey: PrivateKey, publicKey: PublicKey)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
open override var privateKey: PrivateKey
Link copied to clipboard
open override var publicKey: PublicKey

Functions

Link copied to clipboard

Returns the value of the key curve for this key pair.