class Akenti::CertificateGenerator

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

Inheritance:


Public Methods

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


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.

o CertificateGenerator(CertificateGeneratorImpl* impl)
Constructs a CertificateGenerator given a CertificateGeneratorImpl object.

Parameters:
impl - wrapped CertificateGeneratorImpl object
See Also:
ref_ptr
CertificateGeneratorImpl

o ~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 HTML hierarchy of classes or Java



This page was generated with the help of DOC++.