class Akenti::RevokedCertificate

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

Inheritance:


Public Methods

[more] RevokedCertificate (RevokedCertificateImpl* impl = NULL)
Constructs a RevokedCertificate given a RevokedCertificateImpl object.
[more] ~RevokedCertificate ()
Decrements the count of references to the wrapped RevokedCertificateImpl object.


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.

o RevokedCertificate(RevokedCertificateImpl* impl = NULL)
Constructs a RevokedCertificate given a RevokedCertificateImpl object.

Parameters:
impl - wrapped RevokedCertificateImpl object.
See Also:
RevokedCertificateImpl
ref_ptr

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



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