Class PivotFetcher.Result
java.lang.Object
com.itextpdf.signatures.validation.lotl.PivotFetcher.Result
- Enclosing class:
- PivotFetcher
Result class encapsulates the result of the pivot fetching and validation process.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGenerates a unique identifier based on the pivot URLs.Gets the local validation report.Gets the list of pivot URLs.void
setLocalReport
(ValidationReport localReport) Sets the local validation report.void
setPivotUrls
(List<String> pivotsUrlList) Gets the list of pivot URLs.
-
Constructor Details
-
Result
public Result()Creates a new instance ofPivotFetcher.Result
forPivotFetcher
.
-
-
Method Details
-
getLocalReport
Gets the local validation report.- Returns:
- the local ValidationReport
-
setLocalReport
Sets the local validation report.- Parameters:
-
localReport
- the ValidationReport to set
-
getPivotUrls
Gets the list of pivot URLs.- Returns:
- a list of pivot URLs
-
setPivotUrls
Gets the list of pivot URLs.- Parameters:
-
pivotsUrlList
- a list of pivot URLs
-
generateUniqueIdentifier
Generates a unique identifier based on the pivot URLs.- Returns:
- a string representing the unique identifier
-