namespace Akenti class CertificateFactory : public ref_ptr<CertificateFactoryImpl>

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

Inheritance:


Public Methods

CertificateFactory (CertificateFactoryImpl *impl = NULL)
Constructs a CertificateFactory given a CertificateFactoryImpl object
~CertificateFactory ()
Destructor for CertificateFactory
static CertificateFactory getInstance ()
Returns the default CertificateFactory object from the installed security 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 object is a reference-count pointer that wraps a CertificateFactoryImpl object. It provides applications, albeit indirectly,for certificate generation.
CertificateFactory(CertificateFactoryImpl *impl = NULL)
Constructs a CertificateFactory given a CertificateFactoryImpl object. Typically the getInstance() method is used to create an instance of this class rather than this constructor.
Parameters:
impl - wrapped CertificateFactoryImpl object
See Also:
ref_ptr
CertificateFactoryImpl
getInstance()

~CertificateFactory()
Destructor for CertificateFactory

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


This class has no child classes.
Author:
Srilekha Mudumbai Abdelilah Essiari
Version:
1.1 00/05/01
See Also:
ref_ptr
CertificateFactoryImpl
getProvider()
getCertificateFactory()

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