Class TLValidatorTask

java.lang.Object
eu.europa.esig.dss.tsl.validation.TLValidatorTask
All Implemented Interfaces:
Supplier<ValidationResult>

public class TLValidatorTask extends Object implements Supplier<ValidationResult>
This class allows to validate TL or LOTL.
  • Constructor Details

    • TLValidatorTask

      public TLValidatorTask(DSSDocument trustedList, CertificateSource certificateSource)
      Constructor used to instantiate a validator for a trusted list
      Parameters:
      trustedList - the DSSDocument with a trusted list
      certificateSource - a certificate source with the allowed certificates to sign this TL
  • Method Details