Package org.digidoc4j

Interface OCSPSourceFactory

All Superinterfaces:
Serializable
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface OCSPSourceFactory extends Serializable
Manages the creation of new OCSP sources.
  • Method Summary

    Modifier and Type
    Method
    Description
    eu.europa.esig.dss.spi.x509.revocation.ocsp.OCSPSource
    Create a new OCSP source instance.
  • Method Details

    • create

      eu.europa.esig.dss.spi.x509.revocation.ocsp.OCSPSource create()
      Create a new OCSP source instance.
      Returns:
      new OCSP source.