class Akenti::OpenSSLX509RevokedCertificateImpl |
This class is the subclass of RevokedCertificateImpl it implements Certificate following the X509 standard.
![]() | OpenSSLX509RevokedCertificateImpl (const Certificate& cert, const UtcTime& revokedDate) Constructs this object with arguments cert and revokedDate |
![]() | OpenSSLX509RevokedCertificateImpl (long serialNum, const UtcTime& revokedDate) Constructs this object with arguments serialNum and revokedDate. |
![]() | OpenSSLX509RevokedCertificateImpl ( long serialNum, const UtcTime& revokedDate, const std::vector<V3Extension>& v3extensions) Constructs this object with arguments serialNum, revokedDate, and extensions |
![]() | ~OpenSSLX509RevokedCertificateImpl () Deletes this object |
![]() | getCertificateNumber () const Returns the certificateNumber of the revoked certificate |
![]() | getRevocationDate () const Return UtcTime of the revocation |
![]() | paramString () const Returns a string representation for OpenSSLX509RevokedCertificateImpl which is used for debugging purposes. |
This class is the subclass of RevokedCertificateImpl it implements Certificate following the X509 standard.
Alphabetic index HTML hierarchy of classes or Java