public abstract class OCSPCacheBase extends Object
Modifier and Type | Field and Description |
---|---|
protected static Charset |
ASCII |
protected File |
diskPath |
protected long |
maxTtl |
protected String |
prefix |
Constructor and Description |
---|
OCSPCacheBase(long maxTtl,
File diskPath,
String prefix) |
Modifier and Type | Method and Description |
---|---|
protected String |
encodeDigest(MessageDigest digest) |
protected static final Charset ASCII
protected final long maxTtl
protected final File diskPath
protected final String prefix
protected String encodeDigest(MessageDigest digest)
Copyright © 2012-2017 European Middleware Initiative. All Rights Reserved.