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 TypeMethodDescriptionvoidIOnFailingCountryLotlData.onCountryFailure(CountrySpecificLotlFetcher.Result fetchResult) This method is called when the fetching of a country-specific Lotl fails.voidRemoveOnFailingCountryData.onCountryFailure(CountrySpecificLotlFetcher.Result fetchResult) This method is called when the fetching of a country-specific Lotl fails.voidThrowExceptionOnFailingCountryData.onCountryFailure(CountrySpecificLotlFetcher.Result fetchResult) This method is called when the fetching of a country-specific Lotl fails.voidIOnCountryFetchFailureStrategy.onCountryFetchFailure(CountrySpecificLotlFetcher.Result fetchResult) This method is called when the fetching of a country-specific Lotl fails.voidLotlServiceCache.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.voidLotlServiceCache.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.