private static class OCSPResponsesCache.ResponseCacheEntry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.util.Date |
cacheDate |
private java.util.Date |
maxValidity |
private org.bouncycastle.cert.ocsp.SingleResp |
response |
Constructor and Description |
---|
ResponseCacheEntry(java.util.Date cacheDate,
java.util.Date maxValidity,
org.bouncycastle.cert.ocsp.SingleResp response) |