Interface OnlineRevocationSource<R extends Revocation>

All Superinterfaces:
RevocationSource<R>, Serializable

public interface OnlineRevocationSource<R extends Revocation>
extends RevocationSource<R>
Sub-interface for online sources of RevocationTokens
  • Method Summary

    Modifier and Type Method Description
    void setDataLoader​(DataLoader dataLoader)
    Set the DataLoader to use for querying a revocation server.

    Methods inherited from interface eu.europa.esig.dss.spi.x509.revocation.RevocationSource

    getRevocationToken
  • Method Details

    • setDataLoader

      void setDataLoader​(DataLoader dataLoader)
      Set the DataLoader to use for querying a revocation server.
      Parameters:
      dataLoader - the component that allows to retrieve a revocation response using HTTP.