KeyPair

abstract class KeyPair(source)

Data class representing a pair of private and public keys for a specific key curve.

Inheritors

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
abstract var privateKey: PrivateKey
Link copied to clipboard
abstract var publicKey: PublicKey

Functions

Link copied to clipboard

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