class Akenti::CertificateRevocationListImpl |
This abstract class provides the methods of getting the information associated with CertificateRevocationList such as version, guarantor, signature,lastUpdate time, nextUpdate time, and also the list of the Certificates which have been revoked.
![]() | ~CertificateRevocationListImpl () Deletes the object |
![]() | getVersion () const Returns the version of the CRL. |
![]() | getGuarantor () const Returns the guarantor of the CRL |
![]() | getSignature () const Returns the signature of the CRL |
![]() | getLastUpdate () const Returns the UtcTime of the last CertificateRevocationList update time |
![]() | getNextUpdate () const Returns the UtcTime of the next CertificateRevocationList update time |
![]() | getRevokedCertificates () const Returns a vector which contains the certificates have been revoked |
![]() | isRevoked (long serialnumber) const Returns a boolean which specifies the revocation status of the given serial number of the certificate. |
![]() | isRevoked (long serialnumber, const UtcTime& ctime) const Returns a int which specifies the revocation status (yes/no/unknown) of the given serial number of the certificate. |
This abstract class provides the methods of getting the information associated with CertificateRevocationList such as version, guarantor, signature,lastUpdate time, nextUpdate time, and also the list of the Certificates which have been revoked.
Alphabetic index HTML hierarchy of classes or Java