Module jpms_dss_spi

Interface DSSFileLoader

All Superinterfaces:
Serializable
All Known Subinterfaces:
DSSCacheFileLoader

public interface DSSFileLoader extends Serializable
DSS file loader to load DSSDocument instead of binaries
  • Method Summary

    Modifier and Type
    Method
    Description
    eu.europa.esig.dss.model.DSSDocument
    Returns DSSDocument from the provided url
  • Method Details

    • getDocument

      eu.europa.esig.dss.model.DSSDocument getDocument(String url) throws eu.europa.esig.dss.model.DSSException
      Returns DSSDocument from the provided url
      Parameters:
      url - String url of the document to obtain
      Returns:
      DSSDocument retrieved document
      Throws:
      eu.europa.esig.dss.model.DSSException - in case of DataLoader error