#include <PBEKeySpec.h>
Public Member Functions | |
PBEKeySpec (const array< jchar > *password) | |
PBEKeySpec (const array< jchar > *password, const bytearray *salt, size_t iterationCount, size_t keyLength) | |
virtual | ~PBEKeySpec () |
const array< jchar > & | 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< jchar > * | password | ) |
beecrypt::crypto::spec::PBEKeySpec::PBEKeySpec | ( | const array< jchar > * | password, | |
const bytearray * | salt, | |||
size_t | iterationCount, | |||
size_t | keyLength | |||
) |
virtual beecrypt::crypto::spec::PBEKeySpec::~PBEKeySpec | ( | ) | [virtual] |
size_t beecrypt::crypto::spec::PBEKeySpec::getIterationCount | ( | ) | const throw () |
size_t beecrypt::crypto::spec::PBEKeySpec::getKeyLength | ( | ) | const throw () |
const array<jchar>& beecrypt::crypto::spec::PBEKeySpec::getPassword | ( | ) | const throw () |
const bytearray* beecrypt::crypto::spec::PBEKeySpec::getSalt | ( | ) | const throw () |