Module jpms_dss_spi
Class OnlineRevocationSource.RevocationTokenAndUrl<R extends eu.europa.esig.dss.model.x509.revocation.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 eu.europa.esig.dss.model.x509.revocation.Revocation>
@Deprecated
public static class OnlineRevocationSource.RevocationTokenAndUrl<R extends eu.europa.esig.dss.model.x509.revocation.Revocation>
extends Object
Deprecated.
since DSS 5.13. To be removed.
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) Deprecated.Default constructor -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets the downloadedRevocationTokenDeprecated.Gets the URL used to download the data
-
Constructor Details
-
RevocationTokenAndUrl
Deprecated.Default constructor- Parameters:
urlString-StringURL used to download the revocation tokenrevocationToken-RevocationTokendownloaded from the URL
-
-
Method Details
-
getUrlString
Deprecated.Gets the URL used to download the data- Returns:
String
-
getRevocationToken
Deprecated.Gets the downloadedRevocationToken- Returns:
RevocationToken
-