public interface RevocationSourceAlternateUrlsSupport<T extends RevocationToken> extends RevocationSource<T>
| Modifier and Type | Method and Description |
|---|---|
T |
getRevocationToken(CertificateToken certificateToken,
CertificateToken issuerCertificateToken,
List<String> alternativeUrls)
Gets an
RevocationToken for the given certificate / issuer's
certificate couple. |
getRevocationTokenT getRevocationToken(CertificateToken certificateToken, CertificateToken issuerCertificateToken, List<String> alternativeUrls)
RevocationToken for the given certificate / issuer's
certificate couple. The coherence between the response and the request is
checked.certificateToken - The CertificateToken for which the
request is madeissuerCertificateToken - The CertificateToken which is the
issuer of the certificateTokenalternativeUrls - The list of alternative urls to callRevocationToken containing information about the validity of
the certCopyright © 2019. All rights reserved.