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


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:

Generated on Fri Jun 19 13:39:42 2009 for BeeCrypt C++ by  doxygen 1.5.8