Class OnlineOCSPSource

java.lang.Object
eu.europa.esig.dss.service.ocsp.OnlineOCSPSource
All Implemented Interfaces:
OCSPSource, OnlineRevocationSource<OCSP>, RevocationSource<OCSP>, RevocationSourceAlternateUrlsSupport<OCSP>, Serializable

public class OnlineOCSPSource extends Object implements OCSPSource, RevocationSourceAlternateUrlsSupport<OCSP>, OnlineRevocationSource<OCSP>
Online OCSP repository. This implementation will contact the OCSP Responder to retrieve the OCSP response.
See Also:
  • Constructor Details

    • OnlineOCSPSource

      public OnlineOCSPSource()
      Create an OCSP source The default constructor for OnlineOCSPSource. The default OCSPDataLoader is set. It is possible to change it with #setDataLoader(dataLoader).
    • OnlineOCSPSource

      public OnlineOCSPSource(DataLoader dataLoader)
      Creates an Online OCSP Source with the provided DataLoader instance. It is still possible to change the defined instance with #setDataLoader(dataLoader).
      Parameters:
      dataLoader - DataLoader to use
  • Method Details