public class OCSPResponseStructure extends Object
Constructor and Description |
---|
OCSPResponseStructure(org.bouncycastle.cert.ocsp.OCSPResp response,
Date maxCache) |
Modifier and Type | Method and Description |
---|---|
Date |
getMaxCache() |
org.bouncycastle.cert.ocsp.OCSPResp |
getResponse() |
void |
setMaxCache(Date maxCache) |
void |
setResponse(org.bouncycastle.cert.ocsp.OCSPResp response) |
public OCSPResponseStructure(org.bouncycastle.cert.ocsp.OCSPResp response, Date maxCache)
response
- OSCP responsemaxCache
- max cache datepublic org.bouncycastle.cert.ocsp.OCSPResp getResponse()
public void setResponse(org.bouncycastle.cert.ocsp.OCSPResp response)
response
- the response to setpublic Date getMaxCache()
public void setMaxCache(Date maxCache)
maxCache
- the maxCache to setCopyright © 2012-2017 European Middleware Initiative. All Rights Reserved.