Class EuropeanResourceFetcher
java.lang.Object
com.itextpdf.signatures.validation.lotl.EuropeanResourceFetcher
This class fetches the European Union Journal certificates from the trusted list configuration. It reads the PEM certificates and returns them in a structured result.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Represents the result of fetching European Union Journal certificates. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFetches the European Union Journal certificates.
-
Constructor Details
-
EuropeanResourceFetcher
public EuropeanResourceFetcher()Default constructor for EuropeanResourceFetcher. Initializes the fetcher without any specific configuration.
-
-
Method Details
-
getEUJournalCertificates
Fetches the European Union Journal certificates.- Returns:
- a Result object containing a list of certificates and any report items
-