Package org.digidoc4j

Interface AIASourceFactory

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 AIASourceFactory extends Serializable
Manages the creation of new AIA sources. AIA sources are used for resolving issuer certificates.
  • Method Summary

    Modifier and Type
    Method
    Description
    eu.europa.esig.dss.spi.x509.aia.AIASource
    Create a new AIA source instance.
  • Method Details

    • create

      eu.europa.esig.dss.spi.x509.aia.AIASource create()
      Create a new AIA source instance.
      Returns:
      new AIA source.