CKey::operator=

Copy-assign the key material from another private key.

Synopsis

Declared in <key.h>

CKey&
operator=(CKey const& other);

Return Value

A reference to this key.

Parameters

NameDescription
otherThe key to copy from.