Class OCSPCacheBase

    • Field Detail

      • ASCII

        protected static final Charset ASCII
      • maxTtl

        protected final long maxTtl
      • diskPath

        protected final File diskPath
      • prefix

        protected final String prefix
    • Constructor Detail

      • OCSPCacheBase

        public OCSPCacheBase​(long maxTtl,
                             File diskPath,
                             String prefix)