Class LotlValidator

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

public class LotlValidator extends Object
LotlValidator is responsible for validating the List of Trusted Lists (Lotl) and managing the trusted certificates. It fetches the Lotl, validates it, and retrieves country-specific entries.
  • Field Details

  • Constructor Details

    • LotlValidator

      public LotlValidator (LotlService service)
      Constructs a LotlValidator with the specified ValidatorChainBuilder.
      Parameters:
      service - LotlService from which this instance was created.
  • Method Details

    • validate

      public ValidationReport validate()
      Validates the List of Trusted Lists (Lotl) and retrieves national trusted certificates.
      Returns:
      a ValidationReport containing the results of the validation