public class ExternalResourcesOCSPSource extends OfflineOCSPSource
| Modifier and Type | Field and Description |
|---|---|
protected List<org.bouncycastle.cert.ocsp.BasicOCSPResp> |
ocspResponses |
| Constructor and Description |
|---|
ExternalResourcesOCSPSource(InputStream... inputStreams)
This constructor loads the OCSP responses from a array of
InputStreams. |
ExternalResourcesOCSPSource(String... paths)
This constructor loads the OCSP responses from a array of
Strings representing resources. |
| Modifier and Type | Method and Description |
|---|---|
List<org.bouncycastle.cert.ocsp.BasicOCSPResp> |
getContainedOCSPResponses()
Retrieves the list of
BasicOCSPResp contained in the source. |
getRevocationTokenprotected List<org.bouncycastle.cert.ocsp.BasicOCSPResp> ocspResponses
public ExternalResourcesOCSPSource(String... paths)
Strings representing resources.paths - public ExternalResourcesOCSPSource(InputStream... inputStreams)
InputStreams.inputStreams - public List<org.bouncycastle.cert.ocsp.BasicOCSPResp> getContainedOCSPResponses()
OfflineOCSPSourceBasicOCSPResp contained in the source.getContainedOCSPResponses in class OfflineOCSPSourceList of BasicOCSPRespsCopyright © 2019. All rights reserved.