Class OnlineOCSPSource

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

public class OnlineOCSPSource
extends Object
implements OCSPSource, RevocationSourceAlternateUrlsSupport<OCSPToken>, OnlineRevocationSource<OCSPToken>
Online OCSP repository. This implementation will contact the OCSP Responder to retrieve the OCSP response.
See Also:
Serialized Form
  • 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.
  • Method Details