Virgil Security C++ SDK
Public Member Functions | List of all members
virgil::sdk::crypto::keys::KeyPair Class Reference

Wrapper for related Public Key and Private Key. More...

#include <KeyPair.h>

Public Member Functions

const PublicKeypublicKey () const
 Getter. More...
 
const PrivateKeyprivateKey () const
 Getter. More...
 

Detailed Description

Wrapper for related Public Key and Private Key.

Member Function Documentation

const PrivateKey& virgil::sdk::crypto::keys::KeyPair::privateKey ( ) const
inline

Getter.

Returns
Private Key
const PublicKey& virgil::sdk::crypto::keys::KeyPair::publicKey ( ) const
inline

Getter.

Returns
Public Key

The documentation for this class was generated from the following file: