mixin

KeyPair

const mixin KeyPair

A KeyPair contains a private key and its corresponding public key in an asymmetric key pair.

methods priv

The private key for this pair

pub

The public key for this pair

algorithm

Get the key pair algorithm

algorithm virtual Str algorithm()

Get the key pair algorithm

priv abstract PrivKey priv()

The private key for this pair.

pub abstract PubKey pub()

The public key for this pair.

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST