This class is a simple holder for a key pair, a public key and a private key
![]() | KeyPair () Default Constructor |
![]() | KeyPair (const PublicKey &pubKey, const PrivateKey &privKey) Constructs a key pair given a public key and a private key |
![]() | ~KeyPair () Destroys this object |
![]() | getPrivateKey () const Returns a reference to the private key component of this key pair |
![]() | getPublicKey () const Returns a reference to the public key component of this key pair |
![]() | paramString () const Returns a string representation of this key pair for debugging purposes |
This class is a simple holder for a key pair, a public key and a private key. It does not enforce any security and, when initialized, should be treated like a private key.
KeyPair(const PublicKey &pubKey, const PrivateKey &privKey)
privKey - the private key.
PrivateKey ~KeyPair()
PublicKey
PrivateKey const PrivateKey& getPrivateKey() const
const PublicKey& getPublicKey() const
string paramString() const
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de