KeyPair::KeyPair

Copy-construct a key pair from another.

Synopsis

Declared in <key.h>

KeyPair(KeyPair const& other);

Parameters

NameDescription
otherThe key pair to copy from.