class Akenti::OpenSSLX509RevokedCertificateImpl

This class is the subclass of RevokedCertificateImpl it implements Certificate following the X509 standard.

Inheritance:


Public Methods

[more] OpenSSLX509RevokedCertificateImpl (const Certificate& cert, const UtcTime& revokedDate)
Constructs this object with arguments cert and revokedDate
[more] OpenSSLX509RevokedCertificateImpl (long serialNum, const UtcTime& revokedDate)
Constructs this object with arguments serialNum and revokedDate.
[more] OpenSSLX509RevokedCertificateImpl ( long serialNum, const UtcTime& revokedDate, const std::vector<V3Extension>& v3extensions)
Constructs this object with arguments serialNum, revokedDate, and extensions
[more] ~OpenSSLX509RevokedCertificateImpl ()
Deletes this object
[more]long getCertificateNumber () const
Returns the certificateNumber of the revoked certificate
[more]UtcTime getRevocationDate () const
Return UtcTime of the revocation
[more]string paramString () const
Returns a string representation for OpenSSLX509RevokedCertificateImpl which is used for debugging purposes.


Inherited from RevokedCertificateImpl:

Public Methods

ovirtual std::vector<V3Extension> getExtensions() const


Documentation

This class is the subclass of RevokedCertificateImpl it implements Certificate following the X509 standard.

o OpenSSLX509RevokedCertificateImpl(const Certificate& cert, const UtcTime& revokedDate)
Constructs this object with arguments cert and revokedDate

o OpenSSLX509RevokedCertificateImpl(long serialNum, const UtcTime& revokedDate)
Constructs this object with arguments serialNum and revokedDate.

o OpenSSLX509RevokedCertificateImpl( long serialNum, const UtcTime& revokedDate, const std::vector<V3Extension>& v3extensions)
Constructs this object with arguments serialNum, revokedDate, and extensions

o ~OpenSSLX509RevokedCertificateImpl()
Deletes this object

olong getCertificateNumber() const
Returns the certificateNumber of the revoked certificate

oUtcTime getRevocationDate() const
Return UtcTime of the revocation

ostring paramString() const
Returns a string representation for OpenSSLX509RevokedCertificateImpl which is used for debugging purposes.

Returns:
debugging info


This class has no child classes.
Author:
Srilekha Mudumbai Abdelilah Essiari
Version:
1.1 00/05/01

Alphabetic index HTML hierarchy of classes or Java



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