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

beecrypt::security::AlgorithmParameters Class Reference
[C++ classes mimicking java.security]

#include <AlgorithmParameters.h>

Inheritance diagram for beecrypt::security::AlgorithmParameters:

Inheritance graph
[legend]
Collaboration diagram for beecrypt::security::AlgorithmParameters:

Collaboration graph
[legend]
List of all members.

Public Member Functions

virtual ~AlgorithmParameters ()
AlgorithmParameterSpec * getParameterSpec (const type_info &) throw (InvalidParameterSpecException)
void init (const AlgorithmParameterSpec &spec) throw (InvalidParameterSpecException)
void init (const byte *data, size_t size)
void init (const byte *data, size_t size, const String &format)
const StringgetAlgorithm () const throw ()
const ProvidergetProvider () const throw ()

Static Public Member Functions

static AlgorithmParametersgetInstance (const String &algorithm) throw (NoSuchAlgorithmException)
static AlgorithmParametersgetInstance (const String &algorithm, const String &provider) throw (NoSuchAlgorithmException, NoSuchProviderException)
static AlgorithmParametersgetInstance (const String &algorithm, const Provider &provider) throw (NoSuchAlgorithmException)

Protected Member Functions

 AlgorithmParameters (AlgorithmParametersSpi *spi, const Provider *provider, const String &algorithm)

Detailed Description


Constructor & Destructor Documentation

beecrypt::security::AlgorithmParameters::AlgorithmParameters AlgorithmParametersSpi spi,
const Provider provider,
const String algorithm
[protected]
 

virtual beecrypt::security::AlgorithmParameters::~AlgorithmParameters  )  [virtual]
 


Member Function Documentation

const String& beecrypt::security::AlgorithmParameters::getAlgorithm  )  const throw ()
 

static AlgorithmParameters* beecrypt::security::AlgorithmParameters::getInstance const String algorithm,
const Provider provider
throw (NoSuchAlgorithmException) [static]
 

static AlgorithmParameters* beecrypt::security::AlgorithmParameters::getInstance const String algorithm,
const String provider
throw (NoSuchAlgorithmException, NoSuchProviderException) [static]
 

static AlgorithmParameters* beecrypt::security::AlgorithmParameters::getInstance const String algorithm  )  throw (NoSuchAlgorithmException) [static]
 

AlgorithmParameterSpec* beecrypt::security::AlgorithmParameters::getParameterSpec const type_info &   )  throw (InvalidParameterSpecException)
 

const Provider& beecrypt::security::AlgorithmParameters::getProvider  )  const throw ()
 

void beecrypt::security::AlgorithmParameters::init const byte data,
size_t  size,
const String format
 

void beecrypt::security::AlgorithmParameters::init const byte data,
size_t  size
 

void beecrypt::security::AlgorithmParameters::init const AlgorithmParameterSpec &  spec  )  throw (InvalidParameterSpecException)
 


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