Class EuropeanLotlFetcher.Result

java.lang.Object
com.itextpdf.signatures.validation.lotl.EuropeanLotlFetcher.Result
Enclosing class:
EuropeanLotlFetcher

public static class EuropeanLotlFetcher.Result extends Object
Represents the result of fetching the List of Trusted Lists (Lotl).
  • Constructor Details

    • Result

      public Result (byte[] lotlXml)
      Creates a new instance of EuropeanLotlFetcher.Result with the provided Lotl XML data.
      Parameters:
      lotlXml - the byte array containing the Lotl XML data
  • Method Details

    • getLotlXml

      public byte[] getLotlXml()
      Returns the Lotl XML data.
      Returns:
      the byte array containing the Lotl XML data
    • getLocalReport

      public ValidationReport getLocalReport()
      Gets the list of report items generated during the fetching process.
      Returns:
      a list of ReportItem objects containing information about the fetching process