public class ListOCSPSource extends OfflineOCSPSource
| Modifier and Type | Field and Description |
|---|---|
protected List<org.bouncycastle.cert.ocsp.BasicOCSPResp> |
basicOCSPRespList |
| Constructor and Description |
|---|
ListOCSPSource() |
ListOCSPSource(OfflineOCSPSource ocspSource)
This constructor allows to initialize the list of
BasicOCSPResp from an OfflineOCSPSource. |
| Modifier and Type | Method and Description |
|---|---|
void |
addAll(OfflineOCSPSource offlineOCSPSource)
This method allows to add all
BasicOCSPResp from one OfflineOCSPSource to this one. |
List<org.bouncycastle.cert.ocsp.BasicOCSPResp> |
getContainedOCSPResponses()
Retrieves the list of
BasicOCSPResp contained in the source. |
getRevocationTokenprotected List<org.bouncycastle.cert.ocsp.BasicOCSPResp> basicOCSPRespList
public ListOCSPSource()
public ListOCSPSource(OfflineOCSPSource ocspSource)
BasicOCSPResp from an OfflineOCSPSource.ocspSource - an offline ocsp sourcepublic List<org.bouncycastle.cert.ocsp.BasicOCSPResp> getContainedOCSPResponses()
OfflineOCSPSourceBasicOCSPResp contained in the source.getContainedOCSPResponses in class OfflineOCSPSourceList of BasicOCSPRespspublic void addAll(OfflineOCSPSource offlineOCSPSource)
BasicOCSPResp from one OfflineOCSPSource to this one. If the
BasicOCSPResp exists already within the current source
then it is ignored.offlineOCSPSource - the source to be addedCopyright © 2019. All rights reserved.