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

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

#include <SecretKeySpec.h>

Inheritance diagram for beecrypt::crypto::spec::SecretKeySpec:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 SecretKeySpec (const byte *data, size_t offset, size_t length, const String &algorithm)
 SecretKeySpec (const bytearray &b, const String &algorithm)
virtual ~SecretKeySpec ()
virtual const StringgetAlgorithm () const throw ()
virtual const StringgetFormat () const throw ()
virtual const bytearraygetEncoded () const throw ()
bool operator== (const Key &compare) const throw ()

Detailed Description


Constructor & Destructor Documentation

beecrypt::crypto::spec::SecretKeySpec::SecretKeySpec const byte data,
size_t  offset,
size_t  length,
const String algorithm
 

beecrypt::crypto::spec::SecretKeySpec::SecretKeySpec const bytearray b,
const String algorithm
 

virtual beecrypt::crypto::spec::SecretKeySpec::~SecretKeySpec  )  [virtual]
 


Member Function Documentation

virtual const String& beecrypt::crypto::spec::SecretKeySpec::getAlgorithm  )  const throw () [virtual]
 

Implements beecrypt::security::Key.

virtual const bytearray* beecrypt::crypto::spec::SecretKeySpec::getEncoded  )  const throw () [virtual]
 

Implements beecrypt::security::Key.

virtual const String* beecrypt::crypto::spec::SecretKeySpec::getFormat  )  const throw () [virtual]
 

Implements beecrypt::security::Key.

bool beecrypt::crypto::spec::SecretKeySpec::operator== const Key &  compare  )  const throw ()
 


The documentation for this class was generated from the following file:
Generated on Mon Jun 20 10:10:41 2005 for BeeCrypt by  doxygen 1.4.0