namespace Akenti class RevokedCertificate : public ref_ptr<RevokedCertificateImpl>

A RevokedCertificate object is a reference-count pointer that wraps a >RevokedCertificateImpl object

Inheritance:


Public Methods

RevokedCertificate (RevokedCertificateImpl *impl = NULL)
Constructs a RevokedCertificate given a RevokedCertificateImpl object
~RevokedCertificate ()
Decrements the count of references to the wrapped RevokedCertificateImpl 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 RevokedCertificate object is a reference-count pointer that wraps a >RevokedCertificateImpl object. It provides information, albeit indirectly,of the certificate has been revoked.
RevokedCertificate(RevokedCertificateImpl *impl = NULL)
Constructs a RevokedCertificate given a RevokedCertificateImpl object.
Parameters:
impl - wrapped RevokedCertificateImpl object.
See Also:
RevokedCertificateImpl
ref_ptr

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

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