org.openoces.ooapi.validation.cert
Interface RevocationCheckerEngine

All Known Implementing Classes:
OCSPCertificateValidator, PartitionedCRLCertificateValidator, PassiveCRLCertificateValidator

public interface RevocationCheckerEngine


Method Summary
 boolean isRevoked(OcesCertificate c)
           
 

Method Detail

isRevoked

public boolean isRevoked(OcesCertificate c)
                  throws CRLExpiredException,
                         CRLNotYetValidException,
                         SignatureVerificationException,
                         InternalException
Throws:
CRLExpiredException
CRLNotYetValidException
SignatureVerificationException
InternalException