public abstract class OCSPCacheBase
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static java.nio.charset.Charset |
ASCII |
protected java.io.File |
diskPath |
protected long |
maxTtl |
protected java.lang.String |
prefix |
Constructor and Description |
---|
OCSPCacheBase(long maxTtl,
java.io.File diskPath,
java.lang.String prefix) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
encodeDigest(java.security.MessageDigest digest) |
protected static final java.nio.charset.Charset ASCII
protected final long maxTtl
protected final java.io.File diskPath
protected final java.lang.String prefix