X25519KeyPair

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

Represents a pair of X25519 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

The X25519 private key.

Link copied to clipboard
open override var publicKey: PublicKey

The X25519 public key.

Functions

Link copied to clipboard

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