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

#include <CertificateFactory.h>

Inheritance diagram for beecrypt::security::cert::CertificateFactory:

Inheritance graph
[legend]
Collaboration diagram for beecrypt::security::cert::CertificateFactory:

Collaboration graph
[legend]

List of all members.

Public Member Functions

virtual ~CertificateFactory ()
CertificategenerateCertificate (InputStream &in) throw (CertificateException)
Collection< Certificate > * generateCertificates (InputStream &in) throw (CertificateException)
const StringgetType () const throw ()
const ProvidergetProvider () const throw ()

Static Public Member Functions

static CertificateFactorygetInstance (const String &type) throw (NoSuchAlgorithmException)
static CertificateFactorygetInstance (const String &type, const String &provider) throw (NoSuchAlgorithmException, NoSuchProviderException)
static CertificateFactorygetInstance (const String &type, const Provider &provider) throw (NoSuchAlgorithmException)

Protected Member Functions

 CertificateFactory (CertificateFactorySpi *spi, const Provider *provider, const String &type)


Constructor & Destructor Documentation

beecrypt::security::cert::CertificateFactory::CertificateFactory ( CertificateFactorySpi spi,
const Provider provider,
const String type 
) [protected]

virtual beecrypt::security::cert::CertificateFactory::~CertificateFactory (  )  [virtual]


Member Function Documentation

Certificate* beecrypt::security::cert::CertificateFactory::generateCertificate ( InputStream in  )  throw (CertificateException)

Collection<Certificate>* beecrypt::security::cert::CertificateFactory::generateCertificates ( InputStream in  )  throw (CertificateException)

static CertificateFactory* beecrypt::security::cert::CertificateFactory::getInstance ( const String type,
const Provider provider 
) throw (NoSuchAlgorithmException) [static]

static CertificateFactory* beecrypt::security::cert::CertificateFactory::getInstance ( const String type,
const String provider 
) throw (NoSuchAlgorithmException, NoSuchProviderException) [static]

static CertificateFactory* beecrypt::security::cert::CertificateFactory::getInstance ( const String type  )  throw (NoSuchAlgorithmException) [static]

const Provider& beecrypt::security::cert::CertificateFactory::getProvider (  )  const throw ()

const String& beecrypt::security::cert::CertificateFactory::getType (  )  const throw ()


The documentation for this class was generated from the following file:

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