Interface RevocationSourceAlternateUrlsSupport<R extends Revocation>
- All Superinterfaces:
RevocationSource<R>
,Serializable
- All Known Implementing Classes:
AlternateUrlsSourceAdapter
,OnlineCRLSource
,OnlineOCSPSource
public interface RevocationSourceAlternateUrlsSupport<R extends Revocation> extends RevocationSource<R>
-
Method Summary
Modifier and Type Method Description RevocationToken<R>
getRevocationToken(CertificateToken certificateToken, CertificateToken issuerCertificateToken, List<String> alternativeUrls)
Gets anRevocationToken
for the given certificate / issuer's certificate couple.Methods inherited from interface eu.europa.esig.dss.spi.x509.revocation.RevocationSource
getRevocationToken
-
Method Details
-
getRevocationToken
RevocationToken<R> getRevocationToken(CertificateToken certificateToken, CertificateToken issuerCertificateToken, List<String> alternativeUrls)Gets anRevocationToken
for the given certificate / issuer's certificate couple. The coherence between the response and the request is checked.- Parameters:
certificateToken
- TheCertificateToken
for which the request is madeissuerCertificateToken
- TheCertificateToken
which is the issuer of the certificateTokenalternativeUrls
- The list of alternative urls to call- Returns:
RevocationToken
containing information about the validity of the cert
-