#include <PBEKey.h>
Public Member Functions | |
virtual | ~PBEKey () |
virtual int | getIterationCount () const =0 throw () |
virtual const array< jchar > & | getPassword () const =0 throw () |
virtual const bytearray * | getSalt () const =0 throw () |
virtual beecrypt::crypto::interfaces::PBEKey::~PBEKey | ( | ) | [inline, virtual] |
virtual int beecrypt::crypto::interfaces::PBEKey::getIterationCount | ( | ) | const throw () [pure virtual] |
virtual const array<jchar>& beecrypt::crypto::interfaces::PBEKey::getPassword | ( | ) | const throw () [pure virtual] |
virtual const bytearray* beecrypt::crypto::interfaces::PBEKey::getSalt | ( | ) | const throw () [pure virtual] |