#include <KeyStore.h>
Public Member Functions | |
PasswordProtection (const array< jchar > *password) | |
virtual | ~PasswordProtection () |
virtual void | destroy () throw (DestroyFailedException) |
const array< jchar > * | getPassword () const |
virtual bool | isDestroyed () const throw () |
beecrypt::security::KeyStore::KeyStore::PasswordProtection::PasswordProtection | ( | const array< jchar > * | password | ) |
virtual beecrypt::security::KeyStore::KeyStore::PasswordProtection::~PasswordProtection | ( | ) | [virtual] |
virtual void beecrypt::security::KeyStore::KeyStore::PasswordProtection::destroy | ( | ) | throw (DestroyFailedException) [virtual] |
Implements beecrypt::security::auth::Destroyable.
const array<jchar>* beecrypt::security::KeyStore::KeyStore::PasswordProtection::getPassword | ( | ) | const |
virtual bool beecrypt::security::KeyStore::KeyStore::PasswordProtection::isDestroyed | ( | ) | const throw () [virtual] |
Implements beecrypt::security::auth::Destroyable.