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

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

#include <KeyPairGenerator.h>

Inheritance diagram for beecrypt::security::KeyPairGenerator:

[legend]
Collaboration diagram for beecrypt::security::KeyPairGenerator:
[legend]
List of all members.

Public Member Functions

virtual ~KeyPairGenerator ()
KeyPairgenerateKeyPair ()
void initialize (const AlgorithmParameterSpec &) throw (InvalidAlgorithmParameterException)
void initialize (const AlgorithmParameterSpec &, SecureRandom *) throw (InvalidAlgorithmParameterException)
void initialize (size_t) throw (InvalidParameterException)
void initialize (size_t, SecureRandom *) throw (InvalidParameterException)
const StringgetAlgorithm () const throw ()
const ProvidergetProvider () const throw ()

Static Public Member Functions

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

Protected Member Functions

 KeyPairGenerator (KeyPairGeneratorSpi *spi, const Provider *provider, const String &algorithm)

Detailed Description


Constructor & Destructor Documentation

beecrypt::security::KeyPairGenerator::KeyPairGenerator KeyPairGeneratorSpi spi,
const Provider provider,
const String algorithm
[protected]
 

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


Member Function Documentation

KeyPair* beecrypt::security::KeyPairGenerator::generateKeyPair  ) 
 

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

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

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

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

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

void beecrypt::security::KeyPairGenerator::initialize size_t  ,
SecureRandom
throw (InvalidParameterException)
 

void beecrypt::security::KeyPairGenerator::initialize size_t   )  throw (InvalidParameterException)
 

void beecrypt::security::KeyPairGenerator::initialize const AlgorithmParameterSpec &  ,
SecureRandom
throw (InvalidAlgorithmParameterException)
 

void beecrypt::security::KeyPairGenerator::initialize const AlgorithmParameterSpec &   )  throw (InvalidAlgorithmParameterException)
 


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