Uses of Class
com.itextpdf.signatures.validation.lotl.EuropeanLotlFetcher.Result
Packages that use EuropeanLotlFetcher.Result
-
Uses of EuropeanLotlFetcher.Result in com.itextpdf.signatures.validation.lotl
Methods in com.itextpdf.signatures.validation.lotl that return EuropeanLotlFetcher.ResultModifier and TypeMethodDescriptionEuropeanLotlFetcher.fetch()Loads the List of Trusted Lists (Lotl) from the predefined URL.LotlServiceCache.getLotlResult()Gets the European Lotl result.Methods in com.itextpdf.signatures.validation.lotl with parameters of type EuropeanLotlFetcher.ResultModifier and TypeMethodDescriptionvoidLotlServiceCache.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.voidLotlServiceCache.setLotlResult(EuropeanLotlFetcher.Result data) Sets the European Lotl result.