Uses of Class
com.itextpdf.signatures.validation.lotl.LotlFetchingProperties
Packages that use LotlFetchingProperties
-
Uses of LotlFetchingProperties in com.itextpdf.signatures.validation.lotl
Methods in com.itextpdf.signatures.validation.lotl that return LotlFetchingPropertiesModifier and TypeMethodDescriptionLotlFetchingProperties.setCacheStalenessInMilliseconds(long stalenessInMillis) Sets the allowed staleness of cached EU trusted list entries in milliseconds.LotlFetchingProperties.setCountryNames(String... countryNames) Adds schema name (usually two letters) of a country which shall be used during LOTL fetching.LotlFetchingProperties.setCountryNamesToIgnore(String... countryNamesToIgnore) Adds schema name (usually two letters) of a country which shall be ignored during LOTL fetching.LotlFetchingProperties.setRefreshIntervalCalculator(LongUnaryOperator refreshIntervalCalculator) Sets a custom cache refresh timer function.LotlFetchingProperties.setServiceTypes(String... serviceType) Adds service type identifier which shall be used during country specific LOTL fetching.Methods in com.itextpdf.signatures.validation.lotl with parameters of type LotlFetchingPropertiesModifier and TypeMethodDescriptionstatic voidLotlService.initializeGlobalCache(LotlFetchingProperties lotlFetchingProperties) Initializes the global cache with the provided LotlFetchingProperties.Constructors in com.itextpdf.signatures.validation.lotl with parameters of type LotlFetchingPropertiesModifierConstructorDescriptionLotlService(LotlFetchingProperties lotlFetchingProperties) Creates a new instance ofLotlService.