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

Name

Description

other

The key pair to copy from.

Created with MrDocs