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 of Revocation (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 Details

    • RevocationTokenAndUrl

      public RevocationTokenAndUrl(String urlString, RevocationToken<R> revocationToken)
      Deprecated.
      Default constructor
      Parameters:
      urlString - String URL used to download the revocation token
      revocationToken - RevocationToken downloaded from the URL
  • Method Details

    • getUrlString

      public String getUrlString()
      Deprecated.
      Gets the URL used to download the data
      Returns:
      String
    • getRevocationToken

      public RevocationToken<R> getRevocationToken()
      Deprecated.
      Gets the downloaded RevocationToken
      Returns:
      RevocationToken