Uses of Class
com.itextpdf.signatures.validation.lotl.CountrySpecificLotlFetcher.Result
Packages that use CountrySpecificLotlFetcher.Result
-
Uses of CountrySpecificLotlFetcher.Result in com.itextpdf.signatures.validation.lotl
Methods in com.itextpdf.signatures.validation.lotl that return CountrySpecificLotlFetcher.ResultModifier and TypeMethodDescriptionCountrySpecificLotlFetcher.Result.setCountrySpecificLotl
(CountrySpecificLotl countrySpecificLotl) Sets the country-specific Lotl that was fetched and validated.Methods in com.itextpdf.signatures.validation.lotl that return types with arguments of type CountrySpecificLotlFetcher.ResultModifier and TypeMethodDescriptionprotected List<CountrySpecificLotlFetcher.Result>
CountrySpecificLotlFetcher.executeTasks
(List<Callable<CountrySpecificLotlFetcher.Result>> tasks) Creates an ExecutorService for downloading country-specific Lotls.CountrySpecificLotlFetcher.getAndValidateCountrySpecificLotlFiles
(byte[] lotlXml, LotlService lotlService) Fetches and validates country-specific Lotls from the provided Lotl XML.LotlServiceCache.getCountrySpecificLotls()
Gets the country-specific Lotl results.Methods in com.itextpdf.signatures.validation.lotl with parameters of type CountrySpecificLotlFetcher.ResultModifier and TypeMethodDescriptionvoid
IOnFailingCountryLotlData.onCountryFailure
(CountrySpecificLotlFetcher.Result fetchResult) This method is called when the fetching of a country-specific Lotl fails.void
RemoveOnFailingCountryData.onCountryFailure
(CountrySpecificLotlFetcher.Result fetchResult) This method is called when the fetching of a country-specific Lotl fails.void
ThrowExceptionOnFailingCountryData.onCountryFailure
(CountrySpecificLotlFetcher.Result fetchResult) This method is called when the fetching of a country-specific Lotl fails.void
IOnCountryFetchFailureStrategy.onCountryFetchFailure
(CountrySpecificLotlFetcher.Result fetchResult) This method is called when the fetching of a country-specific Lotl fails.void
LotlServiceCache.setCountrySpecificLotlResult
(CountrySpecificLotlFetcher.Result countrySpecificLotlResult) Sets the country-specific Lotl result for a specific country.Method parameters in com.itextpdf.signatures.validation.lotl with type arguments of type CountrySpecificLotlFetcher.ResultModifier and TypeMethodDescriptionprotected List<CountrySpecificLotlFetcher.Result>
CountrySpecificLotlFetcher.executeTasks
(List<Callable<CountrySpecificLotlFetcher.Result>> tasks) Creates an ExecutorService for downloading country-specific Lotls.void
LotlServiceCache.setAllValues
(EuropeanLotlFetcher.Result lotlXml, EuropeanResourceFetcher.Result europeanResourceFetcherEUJournalCertificates, PivotFetcher.Result result, Map<String, CountrySpecificLotlFetcher.Result> countrySpecificResult) Sets all values related to Lotl, including European Lotl, EU Journal certificates, pivot results, and country-specific Lotls.