Uses of Class
com.itextpdf.signatures.validation.lotl.PivotFetcher.Result
Packages that use PivotFetcher.Result
-
Uses of PivotFetcher.Result in com.itextpdf.signatures.validation.lotl
Methods in com.itextpdf.signatures.validation.lotl that return PivotFetcher.ResultModifier and TypeMethodDescriptionPivotFetcher.downloadAndValidatePivotFiles(byte[] lotlXml, List<Certificate> certificates) Fetches and validates pivot files from the provided Lotl XML.static PivotFetcher.ResultDeserializesJsonValueintoPivotFetcher.Result.LotlServiceCache.getPivotResult()Gets the European LOTL result.Methods in com.itextpdf.signatures.validation.lotl with parameters of type PivotFetcher.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.setPivotResult(PivotFetcher.Result newResult) Sets the pivot result.