Class OCSPRespondersCache.ResponderCacheEntry

  • Enclosing class:
    OCSPRespondersCache

    private static class OCSPRespondersCache.ResponderCacheEntry
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.io.IOException error  
      private java.util.Date maxValidity  
    • Constructor Summary

      Constructors 
      Constructor Description
      ResponderCacheEntry​(java.util.Date maxValidity, java.io.IOException error)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • maxValidity

        private java.util.Date maxValidity
      • error

        private java.io.IOException error
    • Constructor Detail

      • ResponderCacheEntry

        public ResponderCacheEntry​(java.util.Date maxValidity,
                                   java.io.IOException error)