Class LotlValidator
java.lang.Object
com.itextpdf.signatures.validation.lotl.LotlValidator
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 Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLotlValidator
(LotlService service) Constructs a LotlValidator with the specified ValidatorChainBuilder. -
Method Summary
Modifier and TypeMethodDescriptionvalidate()
Validates the List of Trusted Lists (Lotl) and retrieves national trusted certificates.
-
Field Details
-
LOTL_VALIDATION
- See Also:
-
-
Constructor Details
-
LotlValidator
Constructs a LotlValidator with the specified ValidatorChainBuilder.- Parameters:
-
service
-LotlService
from which this instance was created.
-
-
Method Details
-
validate
Validates the List of Trusted Lists (Lotl) and retrieves national trusted certificates.- Returns:
- a ValidationReport containing the results of the validation
-