client-cpp  0.7.0
kaa::KeyPair Class Reference

#include <SecurityDefinitions.hpp>

Public Member Functions

 KeyPair (const PublicKey &pubKey, const PrivateKey &privKey)
 
 KeyPair (const KeyPair &other)
 
KeyPairoperator= (const KeyPair &other)
 
 ~KeyPair ()
 
const PublicKeygetPublicKey () const
 
const PrivateKeygetPrivateKey () const
 

Detailed Description

Definition at line 33 of file SecurityDefinitions.hpp.

Constructor & Destructor Documentation

kaa::KeyPair::KeyPair ( const PublicKey pubKey,
const PrivateKey privKey 
)
inline

Definition at line 36 of file SecurityDefinitions.hpp.

kaa::KeyPair::KeyPair ( const KeyPair other)
inline

Definition at line 37 of file SecurityDefinitions.hpp.

kaa::KeyPair::~KeyPair ( )
inline

Definition at line 39 of file SecurityDefinitions.hpp.

Member Function Documentation

const PrivateKey& kaa::KeyPair::getPrivateKey ( ) const
inline

Definition at line 42 of file SecurityDefinitions.hpp.

const PublicKey& kaa::KeyPair::getPublicKey ( ) const
inline

Definition at line 41 of file SecurityDefinitions.hpp.

KeyPair& kaa::KeyPair::operator= ( const KeyPair other)
inline

Definition at line 38 of file SecurityDefinitions.hpp.


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