Package eu.europa.esig.dss.spi.client.http

  • Interface Summary
    Interface Description
    DataLoader
    Component that allows to retrieve the data using any protocol: HTTP, HTTPS, FTP, LDAP.
    DSSFileLoader
    Loads files
  • Class Summary
    Class Description
    DataLoader.DataAndUrl
    This is an internal class used to model the couple data and url used to obtain this data.
    IgnoreDataLoader
    This class allows to avoid downloading resources.
    MaxSizeInputStream
    Used to limit the size of fetched data.
    MemoryDataLoader
    Defines a map between URL and document to load the data from offline source
    NativeDataLoaderCall
    The call of native java DataLoader using the java.net.URL class.
    NativeHTTPDataLoader
    Implementation of native java DataLoader using the java.net.URL class.
  • Enum Summary
    Enum Description
    NativeHTTPDataLoader.HttpMethod
    Available HTTPMethods
    Protocol
    This enum lists all network protocols that can be used during the signature creation or validation: OCSP, CRL, AIA, TSL...