Class EuropeanLotlFetcher.Result
java.lang.Object
com.itextpdf.signatures.validation.lotl.EuropeanLotlFetcher.Result
- Enclosing class:
- EuropeanLotlFetcher
Represents the result of fetching the List of Trusted Lists (Lotl).
-
Constructor Summary
ConstructorsConstructorDescriptionResult
(byte[] lotlXml) Creates a new instance ofEuropeanLotlFetcher.Result
with the provided Lotl XML data. -
Method Summary
Modifier and TypeMethodDescriptionGets the list of report items generated during the fetching process.byte[]
Returns the Lotl XML data.
-
Constructor Details
-
Result
public Result(byte[] lotlXml) Creates a new instance ofEuropeanLotlFetcher.Result
with the provided Lotl XML data.- Parameters:
-
lotlXml
- the byte array containing the Lotl XML data
-
-
Method Details
-
getLotlXml
public byte[] getLotlXml()Returns the Lotl XML data.- Returns:
- the byte array containing the Lotl XML data
-
getLocalReport
Gets the list of report items generated during the fetching process.- Returns:
-
a list of
ReportItem
objects containing information about the fetching process
-