Uses of Interface
org.openoces.ooapi.validation.cert.RevocationCheckerEngine

Packages that use RevocationCheckerEngine
org.openoces.ooapi.validation.cert   
 

Uses of RevocationCheckerEngine in org.openoces.ooapi.validation.cert
 

Classes in org.openoces.ooapi.validation.cert that implement RevocationCheckerEngine
 class OCSPCertificateValidator
          This class implements a revocation checker engine based on the OCSP protocol.
 class PartitionedCRLCertificateValidator
          This class implements a revocation checker engine based on partitioned crls.
 class PassiveCRLCertificateValidator
           
 

Fields in org.openoces.ooapi.validation.cert declared as RevocationCheckerEngine
protected  RevocationCheckerEngine RevocationChecker.engine
           
 

Methods in org.openoces.ooapi.validation.cert with parameters of type RevocationCheckerEngine
 void RevocationChecker.setEngine(RevocationCheckerEngine engine)