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.LotlServiceCache.getPivotResult()
Gets the European Lotl result.Methods in com.itextpdf.signatures.validation.lotl with parameters of type PivotFetcher.ResultModifier and TypeMethodDescriptionvoid
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.void
LotlServiceCache.setPivotResult
(PivotFetcher.Result newResult) Sets the pivot result.