class Akenti::KeyPair |
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.
Alphabetic index HTML hierarchy of classes or Java