KeyPair::operator=

Copy-assign the key material from another key pair.

Synopsis

Declared in <key.h>

KeyPair&
operator=(KeyPair const& other);

Return Value

A reference to this key pair.

Parameters

NameDescription
otherThe key pair to copy from.