class Akenti::RevokedCertificateImpl

This abstract class provides the information about a certificate which has been revoked.

Inheritance:


Public Methods

[more]virtual ~RevokedCertificateImpl ()
Delects this object
[more]virtual long getCertificateNumber () const
Returns the serialNumber of this certificate, together with the issuing CA(certificate authority)'s name to uniquely identify this certificate
[more]virtual UtcTime getRevocationDate () const
Returns UtcTime the certificate was revoked
[more]virtual std::vector<V3Extension> getExtensions () const
Return vector holding the extension's information
[more]virtual string paramString () const
Returns a string representation for RevokedCertificateImpl which is used for debugging purposes.


Documentation

This abstract class provides the information about a certificate which has been revoked.

ovirtual ~RevokedCertificateImpl()
Delects this object

ovirtual long getCertificateNumber() const = 0
Returns the serialNumber of this certificate, together with the issuing CA(certificate authority)'s name to uniquely identify this certificate

ovirtual UtcTime getRevocationDate() const = 0
Returns UtcTime the certificate was revoked

ovirtual std::vector<V3Extension> getExtensions() const = 0
Return vector holding the extension's information

ovirtual string paramString() const = 0
Returns a string representation for RevokedCertificateImpl which is used for debugging purposes.

Returns:
debugging info


Direct child classes:
OpenSSLX509RevokedCertificateImpl
Author:
Srilekha Mudumbai Abdelilah Essiari
Version:
1.1 00/05/01
See Also:
UtcTime
V3Extension

Alphabetic index HTML hierarchy of classes or Java



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