Class EuropeanResourceFetcher.Result

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

public static class EuropeanResourceFetcher.Result extends Object
Represents the result of fetching European Union Journal certificates. Contains a list of report items and a list of certificates.
  • Method Details

    • getLocalReport

      public ValidationReport getLocalReport()
      Gets the list of report items.
      Returns:
      a ValidationReport object containing report items
    • getCertificates

      public List<Certificate> getCertificates()
      Gets the list of certificates.
      Returns:
      a list of Certificate objects
    • setCertificates

      public void setCertificates (List<Certificate> certificates)
      Sets the list of certificates.
      Parameters:
      certificates - a list of Certificate objects to set