namespace Akenti class CertificateFactory : public ref_ptr<CertificateFactoryImpl>

A CertificateFactory is a reference-count pointer that wraps a CertificateFactoryImpl

Inheritance:


Public Methods

CertificateFactory (CertificateFactoryImpl *impl)
Constructs this object given a CertificateFactoryImpl object
~CertificateFactory ()
Destructor for CertificateFactory
static CertificateFactory getInstance ()
Returns the CertificateFactory from the installed Provider

Inherited from ref_ptr:

Public Methods

ref_ptr & operator=(const ref_ptr& rhs)
T* operator->() const
operator void*() const
T* get() const

Documentation

A CertificateFactory is a reference-count pointer that wraps a CertificateFactoryImpl.

Usage:

CertficateFactory fac = CertificateFactory::getInstance();

Certificate cert = fac->initCertificateFromFile("PEM", "/home/users/certs");

...

CertificateFactory(CertificateFactoryImpl *impl)
Constructs this object given a CertificateFactoryImpl object. Typically the getInstance() method is used to get an instance.
See Also:
CertificateFactoryImpl
getInstance()

~CertificateFactory()
Destructor for CertificateFactory

static CertificateFactory getInstance()
Returns the CertificateFactory from the installed Provider.
See Also:
getProvider
getCertificateFactory()


This class has no child classes.
Author:
Srilekha Mudumbai Abdelilah Essiari
Version:
1.1 00/05/01
See Also:
CertificateFactoryImpl
ProviderImpl
Provider
ref_ptr

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de