namespace Akenti class CertificateGenerator : public ref_ptr

A CertificateGenerator object is a reference-count pointer that wraps a >CertificateGeneratorImpl object

Inheritance:


Public Methods

CertificateGenerator (CertificateGeneratorImpl* impl)
Constructs a CertificateGenerator given a CertificateGeneratorImpl object
~CertificateGenerator ()
Decrements the count of references to the wrapped CertificateRequestImpl object

Inherited from ref_ptr:

Public Methods

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

Documentation

A CertificateGenerator object is a reference-count pointer that wraps a >CertificateGeneratorImpl object. It provides applications, albeit indirectly, the methods to set the fields of a certificate and then to generate a certificate. A certificate is a constant object that can not be changed once it has been created.
CertificateGenerator(CertificateGeneratorImpl* impl)
Constructs a CertificateGenerator given a CertificateGeneratorImpl object.
Parameters:
impl - wrapped CertificateGeneratorImpl object
See Also:
ref_ptr
CertificateGeneratorImpl

~CertificateGenerator()
Decrements the count of references to the wrapped CertificateRequestImpl object. If this count is zero, then the wrapped object is deleted.
See Also:
ref_ptr


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

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