Class OCSPVerifier


  • public class OCSPVerifier
    extends java.lang.Object
    OCSP checker - uses provided OCSPParametes to perform OCSP calls using OCSPCachingClient and returns the final response. Failures (exceptions) are reported via provided callback.
    Author:
    K. Benedyczak
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String OCSP_CACHE_PFX  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.util.List<OCSPResponder> getOCSPUrls​(java.security.cert.X509Certificate certificate, java.security.cert.X509Certificate issuerCert)  
      OCSPResult verify​(java.security.cert.X509Certificate toCheck, java.security.cert.X509Certificate issuerCert)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait