#include <KeyPair.h>


Public Member Functions | |
| KeyPair (PublicKey *, PrivateKey *) | |
| virtual | ~KeyPair () |
| const PublicKey & | getPublic () const throw () |
| const PrivateKey & | getPrivate () const throw () |
Friends | |
| class | KeyPairGenerator |
| beecrypt::security::KeyPair::KeyPair | ( | PublicKey * | , | |
| PrivateKey * | ||||
| ) |
| virtual beecrypt::security::KeyPair::~KeyPair | ( | ) | [virtual] |
| const PrivateKey& beecrypt::security::KeyPair::getPrivate | ( | ) | const throw () |
| const PublicKey& beecrypt::security::KeyPair::getPublic | ( | ) | const throw () |
friend class KeyPairGenerator [friend] |
1.5.8