Class OnlineRevocationSource.RevocationTokenAndUrl<R extends Revocation>
java.lang.Object
eu.europa.esig.dss.spi.x509.revocation.OnlineRevocationSource.RevocationTokenAndUrl<R>
- Type Parameters:
R- implementation ofRevocation(CRL or OCSP) for the current revocation source
- Enclosing interface:
OnlineRevocationSource<R extends Revocation>
public static class OnlineRevocationSource.RevocationTokenAndUrl<R extends Revocation>
extends Object
This class represents an online revocation source reply, containing the extracted
RevocationToken
and the URL String used to download the token from-
Constructor Summary
ConstructorsConstructorDescriptionRevocationTokenAndUrl(String urlString, RevocationToken<R> revocationToken) Default constructor -
Method Summary
Modifier and TypeMethodDescriptionGets the downloadedRevocationTokenGets the URL used to download the data
-
Constructor Details
-
RevocationTokenAndUrl
Default constructor- Parameters:
urlString-StringURL used to download the revocation tokenrevocationToken-RevocationTokendownloaded from the URL
-
-
Method Details
-
getUrlString
Gets the URL used to download the data- Returns:
String
-
getRevocationToken
Gets the downloadedRevocationToken- Returns:
RevocationToken
-