Class OCSPDataLoader

java.lang.Object
eu.europa.esig.dss.service.http.commons.CommonsDataLoader
eu.europa.esig.dss.service.http.commons.OCSPDataLoader
All Implemented Interfaces:
DataLoader, Serializable

public class OCSPDataLoader extends CommonsDataLoader
Implementation of DataLoader using HttpClient. More flexible for HTTPS without having to add the certificate to the JVM TrustStore.
See Also:
  • Constructor Details

    • OCSPDataLoader

      public OCSPDataLoader()
      The default constructor for CommonsDataLoader.
  • Method Details