#include <CertificateFactory.h>
Inheritance diagram for beecrypt::security::cert::CertificateFactory:
Public Member Functions | |
virtual | ~CertificateFactory () |
Certificate * | generateCertificate (InputStream &in) throw (CertificateException) |
vector< Certificate * > * | generateCertificates (InputStream &in) throw (CertificateException) |
const String & | getType () const throw () |
const Provider & | getProvider () const throw () |
Static Public Member Functions | |
static CertificateFactory * | getInstance (const String &type) throw (NoSuchAlgorithmException) |
static CertificateFactory * | getInstance (const String &type, const String &provider) throw (NoSuchAlgorithmException, NoSuchProviderException) |
static CertificateFactory * | getInstance (const String &type, const Provider &provider) throw (NoSuchAlgorithmException) |
Protected Member Functions | |
CertificateFactory (CertificateFactorySpi *spi, const Provider *provider, const String &type) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|