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 createdLotlServiceinstance.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 forLotlServicecreation. -
Uses of LotlService in com.itextpdf.signatures.validation.lotl
Subclasses of LotlService in com.itextpdf.signatures.validation.lotlModifier and TypeClassDescriptionclassThis class provides services for managing the Europian List of Trusted Lists (LOTL) and related resources.classThis class provides services for managing the single country List of Trusted Lists (LOTL) and related resources.Methods in com.itextpdf.signatures.validation.lotl that return LotlServiceModifier and TypeMethodDescriptionstatic LotlServiceLotlService.getGlobalService()Gets global static instance ofLotlService.EuropeanLotlService.withCountrySpecificLotlFetcher(CountrySpecificLotlFetcher countrySpecificLotlFetcher) Sets the country-specific LOTL fetcher for the LOTL service.LotlService.withCountrySpecificLotlFetcher(CountrySpecificLotlFetcher countrySpecificLotlFetcher) Sets the country-specific LOTL fetcher for the LOTL service.final LotlServiceLotlService.withCustomResourceRetriever(IResourceRetriever resourceRetriever) Sets a custom resource retriever for fetching resources.EuropeanLotlService.withEuropeanLotlFetcher(EuropeanLotlFetcher fetcher) Sets the European List of Trusted Lists (LOTL) byte fetcher for the LOTL service.LotlService.withEuropeanLotlFetcher(EuropeanLotlFetcher fetcher) Sets the European List of Trusted Lists (LOTL) byte fetcher for the LOTL service.EuropeanLotlService.withEuropeanResourceFetcher(EuropeanResourceFetcher europeanResourceFetcher) Sets the European Resource Fetcher for theLotlService.LotlService.withEuropeanResourceFetcher(EuropeanResourceFetcher europeanResourceFetcher) Sets the European Resource Fetcher for theLotlService.EuropeanLotlService.withLotlServiceCache(LotlServiceCache cache) Sets the cache for theLotlService.LotlService.withLotlServiceCache(LotlServiceCache cache) Sets the cache for theLotlService.LotlService.withLotlValidator(Supplier<LotlValidator> lotlValidatorFactory) Sets up factory which is responsible forLotlValidatorcreation.EuropeanLotlService.withPivotFetcher(PivotFetcher pivotFetcher) Sets the pivot fetcher for the LOTL service.LotlService.withPivotFetcher(PivotFetcher pivotFetcher) Sets the pivot fetcher for the LOTL service.LotlService.withXmlSignatureValidator(Function<TrustedCertificatesStore, XmlSignatureValidator> xmlSignatureValidatorFactory) Sets up factory which is responsible forXmlSignatureValidatorcreation.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 ofEuropeanLotlFetcherwith 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.