#include <PBEKeySpec.h>
List of all members.
Constructor & Destructor Documentation
| 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] |
Member Function Documentation
| 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 () |
The documentation for this class was generated from the following file: