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


package eu.europa.esig.dss.spi.client.http
  • Class
    Description
    This data loader is used to perform a remote request (HTTP, HTTPS, etc.) and retrieve a eu.europa.esig.dss.model.http.ResponseEnvelope object, containing contextual information delivered from the response (response body, headers, session data, etc.).
    Defines a map between URL and document to load the response data from offline source
    Component that allows to retrieve the data using any protocol: HTTP, HTTPS, FTP, LDAP.
    This is an internal class used to model the couple data and url used to obtain this data.
    This class implements a file loader implementing a caching mechanism, allowing to remove cache externally (to be used within a CacheCleaner)
    DSS file loader to load DSSDocument instead of binaries
    This class allows to avoid downloading resources.
    Used to limit the size of fetched data.
    Defines a map between URL and document to load the data from offline source
    Deprecated.
    since DSS 6.4.
    Implementation of native java DataLoader using the java.net.URL class.
    Available HTTPMethods
    The call of native java DataLoader using the java.net.URL class.
    This enum lists all network protocols that can be used during the signature creation or validation: OCSP, CRL, AIA, TSL...