public abstract class OfflineOCSPSource extends Object implements OCSPSource
| Constructor and Description |
|---|
OfflineOCSPSource() |
| Modifier and Type | Method and Description |
|---|---|
abstract List<org.bouncycastle.cert.ocsp.BasicOCSPResp> |
getContainedOCSPResponses()
Retrieves the list of
BasicOCSPResp contained in the source. |
OCSPToken |
getRevocationToken(CertificateToken certificateToken,
CertificateToken issuerCertificateToken)
This method retrieves a
RevocationToken for the certificateToken |
public final OCSPToken getRevocationToken(CertificateToken certificateToken, CertificateToken issuerCertificateToken)
RevocationSourceRevocationToken for the certificateTokengetRevocationToken in interface RevocationSource<OCSPToken>certificateToken - The CertificateToken for which the
request is madeissuerCertificateToken - The CertificateToken which is the
issuer of the certificateTokenRevocationTokenpublic abstract List<org.bouncycastle.cert.ocsp.BasicOCSPResp> getContainedOCSPResponses()
BasicOCSPResp contained in the source.List of BasicOCSPRespsCopyright © 2019. All rights reserved.