Uses of Class
com.itextpdf.signatures.validation.lotl.CountrySpecificLotl
Packages that use CountrySpecificLotl
-
Uses of CountrySpecificLotl in com.itextpdf.signatures.validation.lotl
Methods in com.itextpdf.signatures.validation.lotl that return CountrySpecificLotlModifier and TypeMethodDescriptionstatic CountrySpecificLotlDeserializesJsonValueintoCountrySpecificLotl.CountrySpecificLotlFetcher.Result.getCountrySpecificLotl()Gets the country-specific LOTL that was fetched and validated.Methods in com.itextpdf.signatures.validation.lotl with parameters of type CountrySpecificLotlModifier and TypeMethodDescriptionCountrySpecificLotlFetcher.Result.setCountrySpecificLotl(CountrySpecificLotl countrySpecificLotl) Sets the country-specific LOTL that was fetched and validated.Constructors in com.itextpdf.signatures.validation.lotl with parameters of type CountrySpecificLotlModifierConstructorDescriptionSingleFileLotlService(LotlFetchingProperties lotlFetchingProperties, CountrySpecificLotl countrySpecificLotl, List<String> certificates) Creates a new instance ofSingleFileLotlService.