Class TLValidatorTask
java.lang.Object
eu.europa.esig.dss.tsl.validation.TLValidatorTask
- All Implemented Interfaces:
Supplier<ValidationResult>
This class allows to validate TL or LOTL.
-
Constructor Summary
ConstructorDescriptionTLValidatorTask
(DSSDocument trustedList, CertificateSource certificateSource) Constructor used to instantiate a validator for a trusted list -
Method Summary
-
Constructor Details
-
TLValidatorTask
Constructor used to instantiate a validator for a trusted list- Parameters:
trustedList
- the DSSDocument with a trusted listcertificateSource
- a certificate source with the allowed certificates to sign this TL
-
-
Method Details
-
get
- Specified by:
get
in interfaceSupplier<ValidationResult>
-