Uses of Class
iaik.x509.RevokedCertificate

Packages that use RevokedCertificate
com.entrust.toolkit.exceptions Contains exceptions classes for the high-level API of the Toolkit. 
com.entrust.toolkit.x509.testlets Contains classes used to validate certificate, CRL, and CRL Entry extensions. 
iaik.x509   
 

Uses of RevokedCertificate in com.entrust.toolkit.exceptions
 

Methods in com.entrust.toolkit.exceptions that return RevokedCertificate
 RevokedCertificate RevocationException.getDetails()
          Returns the revocation details.
 

Constructors in com.entrust.toolkit.exceptions with parameters of type RevokedCertificate
RevocationException.RevocationException(X509Certificate certificate, RevokedCertificate details)
          Constructs a RevocationException with the revocation details.
RevocationException.RevocationException(java.lang.String s, X509Certificate certificate, RevokedCertificate details)
          Constructs a RevocationException with the specified detail message and the revocation details.
RevocationException.RevocationException(java.lang.String s, java.lang.Exception inner, X509Certificate certificate, RevokedCertificate details)
          Constructs a RevocationException with the specified detail message that wraps an exception thrown inside the certificate validating code and the revocation details.
 

Uses of RevokedCertificate in com.entrust.toolkit.x509.testlets
 

Methods in com.entrust.toolkit.x509.testlets with parameters of type RevokedCertificate
 void CRLEntryTestlet.validate(RevokedCertificate revokedCert, TestletDataSet dataSet)
           Validates the CRL entry based on the CRL entry extensions found in this or previous CRL entries, or on those found in the CRL.
 void NullCRLEntryTestlet.validate(RevokedCertificate revokedCert, TestletDataSet dataSet)
           
 void CertificateIssuerCRLEntryTestlet.validate(RevokedCertificate revokedCert, TestletDataSet dataSet)
          Validates the CRL entry based on the CRL entry extensions found in this or previous CRL entries, or in the CRL.
 

Uses of RevokedCertificate in iaik.x509
 

Methods in iaik.x509 that return RevokedCertificate
 RevokedCertificate X509CRL.containsCertificate(X509Certificate cert)
          Checks, if the CRL contains the given certificate.
 RevokedCertificate X509CRL.containsCertificate(java.math.BigInteger serialNumber)
          Checks, if the CRL contains a certificate with the given serial number.
 

Methods in iaik.x509 with parameters of type RevokedCertificate
 void X509CRL.addCertificate(RevokedCertificate revokedCert)
          Adds a revoked certificate to the CRL.