org.openoces.ooapi.validation.cert
Class RevocationChecker

java.lang.Object
  extended byorg.openoces.ooapi.validation.cert.RevocationChecker

public class RevocationChecker
extends java.lang.Object


Field Summary
protected  RevocationCheckerEngine engine
           
 
Method Summary
static RevocationChecker getInstance()
           
 boolean isEngineSet()
           
 boolean isRevoked(OcesCertificate c)
           
 void setEngine(RevocationCheckerEngine engine)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

engine

protected RevocationCheckerEngine engine
Method Detail

setEngine

public void setEngine(RevocationCheckerEngine engine)

isEngineSet

public boolean isEngineSet()

getInstance

public static RevocationChecker getInstance()

isRevoked

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