#include <PBEKeySpec.h>
Inheritance diagram for beecrypt::crypto::spec::PBEKeySpec:
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 () |
|
|
|
|
|
|
|
|
|
|
|
|
|
|