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.
virtual long getVersion() const
virtual DistinguishedName getGuarantor() const
virtual string getSignature() const
virtual UtcTime getLastUpdate() const
virtual UtcTime getNextUpdate() const
virtual vector <RevokedCertificate> getRevokedCertificates() const
virtual bool isRevoked(long serialnumber) const
virtual int isRevoked(long serialnumber, const UtcTime& ctime) const
ctime - specified length of time
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de