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 PartitionedCRLCertificateValidator
           
 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)