beecrypt::crypto::spec::PBEKeySpec Class Reference
[C++ classes mimicking javax.crypto.spec]

#include <PBEKeySpec.h>

Inheritance diagram for beecrypt::crypto::spec::PBEKeySpec:

Inheritance graph
[legend]
Collaboration diagram for beecrypt::crypto::spec::PBEKeySpec:

Collaboration graph
[legend]
List of all members.

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 bytearraygetSalt () const throw ()
size_t getIterationCount () const throw ()
size_t getKeyLength () const throw ()

Constructor & Destructor Documentation

beecrypt::crypto::spec::PBEKeySpec::PBEKeySpec ( const array< javachar > *  password  ) 

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]


Member Function Documentation

const array<javachar>& beecrypt::crypto::spec::PBEKeySpec::getPassword (  )  const throw ()

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 ()


The documentation for this class was generated from the following file:
Generated on Wed Aug 22 06:29:01 2007 for BeeCrypt by  doxygen 1.5.2