Uses of Class
com.itextpdf.signatures.validation.lotl.LotlService
Packages that use LotlService
-
Uses of LotlService in com.itextpdf.signatures.validation
Methods in com.itextpdf.signatures.validation that return LotlServiceModifier and TypeMethodDescriptionValidatorChainBuilder.getLotlService()
Retrieves explicitly added or automatically createdLotlService
instance.Method parameters in com.itextpdf.signatures.validation with type arguments of type LotlServiceModifier and TypeMethodDescriptionValidatorChainBuilder.withLotlService
(Supplier<LotlService> lotlServiceFactory) Sets up factory which is responsible forLotlService
creation. -
Uses of LotlService in com.itextpdf.signatures.validation.lotl
Methods in com.itextpdf.signatures.validation.lotl that return LotlServiceModifier and TypeMethodDescriptionstatic LotlService
LotlService.getGlobalService()
Gets global static instance ofLotlService
.LotlService.withCountrySpecificLotlFetcher
(CountrySpecificLotlFetcher countrySpecificLotlFetcher) Sets the country-specific Lotl fetcher for the Lotl service.final LotlService
LotlService.withCustomResourceRetriever
(IResourceRetriever resourceRetriever) Sets a custom resource retriever for fetching resources.LotlService.withEuropeanLotlFetcher
(EuropeanLotlFetcher fetcher) Sets the European List of Trusted Lists (Lotl) byte fetcher for the Lotl service.LotlService.withEuropeanResourceFetcher
(EuropeanResourceFetcher europeanResourceFetcher) Sets the European Resource Fetcher for the LotlService.LotlService.withLotlServiceCache
(LotlServiceCache cache) Sets the cache for the LotlService.LotlService.withLotlValidator
(Supplier<LotlValidator> lotlValidatorFactory) Sets up factory which is responsible forLotlValidator
creation.LotlService.withPivotFetcher
(PivotFetcher pivotFetcher) Sets the pivot fetcher for the Lotl service.LotlService.withXmlSignatureValidator
(Function<TrustedCertificatesStore, XmlSignatureValidator> xmlSignatureValidatorFactory) Sets up factory which is responsible forXmlSignatureValidator
creation.Methods in com.itextpdf.signatures.validation.lotl with parameters of type LotlServiceModifier and TypeMethodDescriptionCountrySpecificLotlFetcher.getAndValidateCountrySpecificLotlFiles
(byte[] lotlXml, LotlService lotlService) Fetches and validates country-specific Lotls from the provided Lotl XML.Constructors in com.itextpdf.signatures.validation.lotl with parameters of type LotlServiceModifierConstructorDescriptionCountrySpecificLotlFetcher
(LotlService service) Creates a new instance ofCountrySpecificLotlFetcher
.EuropeanLotlFetcher
(LotlService service) Constructs a new instance ofEuropeanLotlFetcher
with the specified LotlService.LotlValidator
(LotlService service) Constructs a LotlValidator with the specified ValidatorChainBuilder.PivotFetcher
(LotlService service) Constructs a PivotFetcher with the specified LotlService and ValidatorChainBuilder.