Uses of Interface
com.itextpdf.signatures.validation.lotl.IOnFailingCountryLotlData
Packages that use IOnFailingCountryLotlData
-
Uses of IOnFailingCountryLotlData in com.itextpdf.signatures.validation.lotl
Classes in com.itextpdf.signatures.validation.lotl that implement IOnFailingCountryLotlDataModifier and TypeClassDescriptionclass
This class implements theIOnFailingCountryLotlData
interface and provides a strategy for handling failures when fetching country-specific Lotl (List of Trusted Lists) files.class
This class implements theIOnFailingCountryLotlData
interface and provides a strategy for handling failures when fetching country-specific trusted list .Methods in com.itextpdf.signatures.validation.lotl that return IOnFailingCountryLotlDataModifier and TypeMethodDescriptionLotlFetchingProperties.getOnCountryFetchFailureStrategy()
Gets the strategy to be used when fetching a country specific LOTL fails.Constructors in com.itextpdf.signatures.validation.lotl with parameters of type IOnFailingCountryLotlDataModifierConstructorDescriptionLotlFetchingProperties
(IOnFailingCountryLotlData countryFetchFailureStrategy) Creates an instance ofLotlFetchingProperties
.