Class EuropeanLotlFetcher

java.lang.Object
com.itextpdf.signatures.validation.lotl.EuropeanLotlFetcher

public class EuropeanLotlFetcher extends Object
Fetches the European List of Trusted Lists (Lotl) from a predefined URL.

This class is used to retrieve the Lotl XML file, which contains information about trusted lists in the European Union.

  • Constructor Details

    • EuropeanLotlFetcher

      public EuropeanLotlFetcher (LotlService service)
      Constructs a new instance of EuropeanLotlFetcher with the specified LotlService.
      Parameters:
      service - the LotlService used to retrieve resources
  • Method Details

    • fetch

      public EuropeanLotlFetcher.Result fetch()
      Loads the List of Trusted Lists (Lotl) from the predefined URL.
      Returns:
      the byte array containing the Lotl data.