namespace Akenti class CertificateChain : public ref_ptr<CertificateChainImpl>

A CertificateChain object is a reference-count pointer that wraps a CertificateChainImpl object

Inheritance:


Public Methods

CertificateChain (CertificateChainImpl *impl = NULL)
Constructs a CertificateChain given a CertificateChainImpl object
~CertificateChain ()
Decrements the count of references to the wrapped CertificateChainImpl 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 CertificateChain object is a reference-count pointer that wraps a CertificateChainImpl object. It provides applications, albeit indirectly, the services that a certificate chain supports.
CertificateChain(CertificateChainImpl *impl = NULL)
Constructs a CertificateChain given a CertificateChainImpl object.
Parameters:
impl - wrapped CertificateChainImpl object
See Also:
ref_ptr
CertificateChainImpl

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

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