Uses of Class
com.itextpdf.signatures.validation.lotl.LotlFetchingProperties
Packages that use LotlFetchingProperties
-
Uses of LotlFetchingProperties in com.itextpdf.signatures.validation.lotl
Fields in com.itextpdf.signatures.validation.lotl declared as LotlFetchingPropertiesModifier and TypeFieldDescriptionprotected final LotlFetchingPropertiesLotlService.lotlFetchingPropertiesMethods 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 service with the providedLotlFetchingProperties.Constructors in com.itextpdf.signatures.validation.lotl with parameters of type LotlFetchingPropertiesModifierConstructorDescriptionEuropeanLotlService(LotlFetchingProperties lotlFetchingProperties) Creates a new instance ofEuropeanLotlService.LotlService(LotlFetchingProperties lotlFetchingProperties) Creates a new instance ofLotlService.SingleFileLotlService(LotlFetchingProperties lotlFetchingProperties, CountrySpecificLotl countrySpecificLotl, List<String> certificates) Creates a new instance ofSingleFileLotlService.