Class OCSPResponsesCache.ResponseCacheEntry

  • Enclosing class:
    OCSPResponsesCache

    private static class OCSPResponsesCache.ResponseCacheEntry
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Date cacheDate  
      private java.util.Date maxValidity  
      private org.bouncycastle.cert.ocsp.SingleResp response  
    • Constructor Summary

      Constructors 
      Constructor Description
      ResponseCacheEntry​(java.util.Date cacheDate, java.util.Date maxValidity, org.bouncycastle.cert.ocsp.SingleResp response)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • cacheDate

        private java.util.Date cacheDate
      • maxValidity

        private java.util.Date maxValidity
      • response

        private org.bouncycastle.cert.ocsp.SingleResp response
    • Constructor Detail

      • ResponseCacheEntry

        public ResponseCacheEntry​(java.util.Date cacheDate,
                                  java.util.Date maxValidity,
                                  org.bouncycastle.cert.ocsp.SingleResp response)