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

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

#include <SecretKeyFactory.h>

Inheritance diagram for beecrypt::crypto::SecretKeyFactory:

[legend]
Collaboration diagram for beecrypt::crypto::SecretKeyFactory:
[legend]
List of all members.

Public Member Functions

virtual ~SecretKeyFactory ()
SecretKeygenerateSecret (const KeySpec &) throw (InvalidKeySpecException)
KeySpec * getKeySpec (const SecretKey &key, const type_info &) throw (InvalidKeySpecException)
SecretKeytranslateKey (const SecretKey &) throw (InvalidKeyException)
const StringgetAlgorithm () const throw ()
const ProvidergetProvider () const throw ()

Static Public Member Functions

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

Protected Member Functions

 SecretKeyFactory (SecretKeyFactorySpi *spi, const Provider *provider, const String &algorithm)

Detailed Description


Constructor & Destructor Documentation

beecrypt::crypto::SecretKeyFactory::SecretKeyFactory SecretKeyFactorySpi spi,
const Provider provider,
const String algorithm
[protected]
 

virtual beecrypt::crypto::SecretKeyFactory::~SecretKeyFactory  )  [virtual]
 


Member Function Documentation

SecretKey* beecrypt::crypto::SecretKeyFactory::generateSecret const KeySpec &   )  throw (InvalidKeySpecException)
 

const String& beecrypt::crypto::SecretKeyFactory::getAlgorithm  )  const throw ()
 

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

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

static SecretKeyFactory* beecrypt::crypto::SecretKeyFactory::getInstance const String algorithm  )  throw (NoSuchAlgorithmException) [static]
 

KeySpec* beecrypt::crypto::SecretKeyFactory::getKeySpec const SecretKey key,
const type_info & 
throw (InvalidKeySpecException)
 

const Provider& beecrypt::crypto::SecretKeyFactory::getProvider  )  const throw ()
 

SecretKey* beecrypt::crypto::SecretKeyFactory::translateKey const SecretKey  )  throw (InvalidKeyException)
 


The documentation for this class was generated from the following file:
Generated on Wed Jun 29 23:17:32 2005 for BeeCrypt by  doxygen 1.4.1