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.static EuropeanLotlFetcher.ResultDeserializesJsonValueintoEuropeanLotlFetcher.Result.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.