T - a sub-class of RevocationTokenpublic class AlternateUrlsSourceAdapter<T extends RevocationToken> extends Object implements RevocationSourceAlternateUrlsSupport<T>
| Constructor and Description |
|---|
AlternateUrlsSourceAdapter(RevocationSourceAlternateUrlsSupport<T> source,
List<String> alternateUrls) |
| Modifier and Type | Method and Description |
|---|---|
T |
getRevocationToken(CertificateToken certificateToken,
CertificateToken issuerCertificateToken)
This method retrieves a
RevocationToken for the certificateToken |
T |
getRevocationToken(CertificateToken certificateToken,
CertificateToken issuerCertificateToken,
List<String> alternativeUrls)
Gets an
RevocationToken for the given certificate / issuer's
certificate couple. |
public AlternateUrlsSourceAdapter(RevocationSourceAlternateUrlsSupport<T> source, List<String> alternateUrls)
public T getRevocationToken(CertificateToken certificateToken, CertificateToken issuerCertificateToken)
RevocationSourceRevocationToken for the certificateTokengetRevocationToken in interface RevocationSource<T extends RevocationToken>certificateToken - The CertificateToken for which the
request is madeissuerCertificateToken - The CertificateToken which is the
issuer of the certificateTokenRevocationTokenpublic T getRevocationToken(CertificateToken certificateToken, CertificateToken issuerCertificateToken, List<String> alternativeUrls)
RevocationSourceAlternateUrlsSupportRevocationToken for the given certificate / issuer's
certificate couple. The coherence between the response and the request is
checked.getRevocationToken in interface RevocationSourceAlternateUrlsSupport<T extends RevocationToken>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.