#include <PBEKey.h>
Inheritance diagram for beecrypt::crypto::interfaces::PBEKey:
Public Member Functions | |
virtual size_t | getIterationCount () const=0 throw () |
virtual const array< javachar > & | getPassword () const=0 throw () |
virtual const bytearray * | getSalt () const=0 throw () |
virtual size_t beecrypt::crypto::interfaces::PBEKey::getIterationCount | ( | ) | const throw () [pure virtual] |
virtual const array<javachar>& beecrypt::crypto::interfaces::PBEKey::getPassword | ( | ) | const throw () [pure virtual] |
virtual const bytearray* beecrypt::crypto::interfaces::PBEKey::getSalt | ( | ) | const throw () [pure virtual] |