Class EuropeanResourceFetcher.Result
java.lang.Object
com.itextpdf.signatures.validation.lotl.EuropeanResourceFetcher.Result
- Enclosing class:
- EuropeanResourceFetcher
Represents the result of fetching European Union Journal certificates. Contains a list of report items and a list of certificates.
-
Method Summary
Modifier and TypeMethodDescriptionGets the list of certificates.Gets the list of report items.void
setCertificates
(List<Certificate> certificates) Sets the list of certificates.
-
Method Details
-
getLocalReport
Gets the list of report items.- Returns:
- a ValidationReport object containing report items
-
getCertificates
Gets the list of certificates.- Returns:
- a list of Certificate objects
-
setCertificates
Sets the list of certificates.- Parameters:
-
certificates
- a list of Certificate objects to set
-