namespace Akenti class CertificateRequestGenerator : public ref_ptr

A CertificateRequestGenerator object is a reference-count pointer that wraps a CertificateRequestGeneratorImpl object

Inheritance:


Public Methods

CertificateRequestGenerator (CertificateRequestGeneratorImpl* impl = NULL)
Constructs a CertificateRequestGenerator given a CertificateRequestGeneratorImpl object
~CertificateRequestGenerator ()
Decrements the count of references to the wrapped CertificateRequestGeneratorImpl 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 CertificateRequestGenerator object is a reference-count pointer that wraps a CertificateRequestGeneratorImpl object. It provides applications, albeit indirectly, the methods of a CertificateRequestGenerator which include setting subject publicKey, versionNumber, generating a CertificateRequest with specified algorithm and privateKey, displaying the Certificate in a string.
CertificateRequestGenerator(CertificateRequestGeneratorImpl* impl = NULL)
Constructs a CertificateRequestGenerator given a CertificateRequestGeneratorImpl object.
Parameters:
impl - wrapped CertificateRequestGeneratorImpl object
See Also:
ref_ptr
CertificateRequestGeneratorImpl

~CertificateRequestGenerator()
Decrements the count of references to the wrapped CertificateRequestGeneratorImpl 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
CertificateRequestGeneratorImpl

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