Class EuropeanLotlFetcher
java.lang.Object
com.itextpdf.signatures.validation.lotl.EuropeanLotlFetcher
Fetches the European List of Trusted Lists (Lotl) from a predefined URL.
This class is used to retrieve the Lotl XML file, which contains information about trusted lists in the European Union.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classRepresents the result of fetching the List of Trusted Lists (Lotl). -
Constructor Summary
ConstructorsConstructorDescriptionEuropeanLotlFetcher(LotlService service) Constructs a new instance ofEuropeanLotlFetcherwith the specified LotlService. -
Method Summary
Modifier and TypeMethodDescriptionfetch()Loads the List of Trusted Lists (Lotl) from the predefined URL.
-
Constructor Details
-
EuropeanLotlFetcher
Constructs a new instance ofEuropeanLotlFetcherwith the specified LotlService.- Parameters:
-
service- the LotlService used to retrieve resources
-
-
Method Details
-
fetch
Loads the List of Trusted Lists (Lotl) from the predefined URL.- Returns:
- the byte array containing the Lotl data.
-