| Package | Description |
|---|---|
| com.itextpdf.signatures.validation | |
| com.itextpdf.signatures.validation.lotl |
| Modifier and Type | Method and Description |
|---|---|
LotlService |
ValidatorChainBuilder.getLotlService()
Retrieves explicitly added or automatically created
LotlService instance. |
| Modifier and Type | Method and Description |
|---|---|
ValidatorChainBuilder |
ValidatorChainBuilder.withLotlService(Supplier<LotlService> lotlServiceFactory)
Sets up factory which is responsible for
LotlService creation. |
| Modifier and Type | Method and Description |
|---|---|
static LotlService |
LotlService.getGlobalService()
Gets global static instance of
LotlService. |
LotlService |
LotlService.withCountrySpecificLotlFetcher(CountrySpecificLotlFetcher countrySpecificLotlFetcher)
Sets the country-specific Lotl fetcher for the Lotl service.
|
LotlService |
LotlService.withCustomResourceRetriever(com.itextpdf.io.resolver.resource.IResourceRetriever resourceRetriever)
Sets a custom resource retriever for fetching resources.
|
LotlService |
LotlService.withEuropeanLotlFetcher(EuropeanLotlFetcher fetcher)
Sets the European List of Trusted Lists (Lotl) byte fetcher for the Lotl service.
|
LotlService |
LotlService.withEuropeanResourceFetcher(EuropeanResourceFetcher europeanResourceFetcher)
Sets the European Resource Fetcher for the LotlService.
|
LotlService |
LotlService.withLotlServiceCache(LotlServiceCache cache)
Sets the cache for the LotlService.
|
LotlService |
LotlService.withLotlValidator(Supplier<LotlValidator> lotlValidatorFactory)
Sets up factory which is responsible for
LotlValidator creation. |
LotlService |
LotlService.withPivotFetcher(PivotFetcher pivotFetcher)
Sets the pivot fetcher for the Lotl service.
|
LotlService |
LotlService.withXmlSignatureValidator(Function<TrustedCertificatesStore,XmlSignatureValidator> xmlSignatureValidatorFactory)
Sets up factory which is responsible for
XmlSignatureValidator creation. |
| Modifier and Type | Method and Description |
|---|---|
Map<String,CountrySpecificLotlFetcher.Result> |
CountrySpecificLotlFetcher.getAndValidateCountrySpecificLotlFiles(byte[] lotlXml,
LotlService lotlService)
Fetches and validates country-specific Lotls from the provided Lotl XML.
|
| Constructor and Description |
|---|
CountrySpecificLotlFetcher(LotlService service)
Creates a new instance of
CountrySpecificLotlFetcher. |
EuropeanLotlFetcher(LotlService service)
Constructs a new instance of
EuropeanLotlFetcher with the specified LotlService. |
LotlValidator(LotlService service)
Constructs a LotlValidator with the specified ValidatorChainBuilder.
|
PivotFetcher(LotlService service)
Constructs a PivotFetcher with the specified LotlService and ValidatorChainBuilder.
|
Copyright © 1998–2025 Apryse Group NV. All rights reserved.