#include <PBEKeySpec.h>


Public Member Functions | |
| PBEKeySpec (const array< javachar > *password) | |
| PBEKeySpec (const array< javachar > *password, const bytearray *salt, size_t iterationCount, size_t keyLength) | |
| virtual | ~PBEKeySpec () |
| const array< javachar > & | getPassword () const throw () |
| const bytearray * | getSalt () const throw () |
| size_t | getIterationCount () const throw () |
| size_t | getKeyLength () const throw () |
| beecrypt::crypto::spec::PBEKeySpec::PBEKeySpec | ( | const array< javachar > * | password, | |
| const bytearray * | salt, | |||
| size_t | iterationCount, | |||
| size_t | keyLength | |||
| ) |
| virtual beecrypt::crypto::spec::PBEKeySpec::~PBEKeySpec | ( | ) | [virtual] |
| const bytearray* beecrypt::crypto::spec::PBEKeySpec::getSalt | ( | ) | const throw () |
| size_t beecrypt::crypto::spec::PBEKeySpec::getIterationCount | ( | ) | const throw () |
| size_t beecrypt::crypto::spec::PBEKeySpec::getKeyLength | ( | ) | const throw () |
1.5.4