Main Page | Modules | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

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

Detailed Description


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

size_t beecrypt::crypto::spec::PBEKeySpec::getIterationCount  )  const throw ()
 

size_t beecrypt::crypto::spec::PBEKeySpec::getKeyLength  )  const throw ()
 

const array<javachar>& 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:
Generated on Mon Jun 20 10:10:22 2005 for BeeCrypt by  doxygen 1.4.0