#include <Destroyable.h>

Public Member Functions | |
| virtual | ~Destroyable () |
| virtual void | destroy ()=0 throw (DestroyFailedException) |
| virtual bool | isDestroyed () const =0 throw () |
| virtual beecrypt::security::auth::Destroyable::~Destroyable | ( | ) | [inline, virtual] |
| virtual void beecrypt::security::auth::Destroyable::destroy | ( | ) | throw (DestroyFailedException) [pure virtual] |
Implemented in beecrypt::security::KeyStore::KeyStore::PasswordProtection.
| virtual bool beecrypt::security::auth::Destroyable::isDestroyed | ( | ) | const throw () [pure virtual] |
Implemented in beecrypt::security::KeyStore::KeyStore::PasswordProtection.
1.5.8