Class OCSPCacheBase
- java.lang.Object
-
- eu.emi.security.authn.x509.helpers.ocsp.OCSPCacheBase
-
- Direct Known Subclasses:
OCSPRespondersCache,OCSPResponsesCache
public abstract class OCSPCacheBase extends java.lang.ObjectCommon base class for responses and responders caches.- Author:
- K. Benedyczak
-
-
Constructor Summary
Constructors Constructor Description OCSPCacheBase(long maxTtl, java.io.File diskPath, java.lang.String prefix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringencodeDigest(java.security.MessageDigest digest)
-