Secp256k1KeyPair

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

Represents a key pair consisting of a private key and public key.

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 private key of the key pair.

Link copied to clipboard
open override var publicKey: PublicKey

The public key of the key pair.

Functions

Link copied to clipboard

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