| Package | Description |
|---|---|
| com.itextpdf.signatures.validation | |
| com.itextpdf.signatures.validation.lotl | |
| com.itextpdf.signatures.validation.report |
| Modifier and Type | Method and Description |
|---|---|
static void |
SafeCalling.onExceptionLog(com.itextpdf.commons.utils.ThrowingAction action,
ValidationReport report,
Function<Exception,ReportItem> reportItemCreator)
Adds a report item to the report when an exception is thrown in the action.
|
static <T> T |
SafeCalling.onExceptionLog(com.itextpdf.commons.utils.ThrowingSupplier<T> action,
T defaultValue,
ValidationReport report,
Function<Exception,ReportItem> reportItemCreator)
Adds a report item to the report when an exception is thrown in the action.
|
static void |
SafeCalling.onRuntimeExceptionLog(com.itextpdf.commons.utils.Action action,
ValidationReport report,
Function<Exception,ReportItem> reportItemCreator)
Adds a report item to the report when an exception is thrown in the action.
|
static <T> T |
SafeCalling.onRuntimeExceptionLog(Supplier<T> action,
T defaultValue,
ValidationReport report,
Function<Exception,ReportItem> reportItemCreator)
Adds a report item to the report when an exception is thrown in the action.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
LotlTrustedStore.isScopeCorrectlySpecified(List<ReportItem> reportItems,
X509Certificate certificate,
List<AdditionalServiceInformationExtension> extensions)
Checks if scope specified by extensions contains valid types.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CertificateReportItem
Report item to be used for single certificate related failure or log message.
|
| Modifier and Type | Method and Description |
|---|---|
ReportItem |
ReportItem.setStatus(ReportItem.ReportItemStatus status)
Set report item status that determines validation result this report item corresponds to.
|
| Modifier and Type | Method and Description |
|---|---|
List<ReportItem> |
ValidationReport.getFailures()
Get all failures recognized during a validation process.
|
List<ReportItem> |
ValidationReport.getLogs()
Get all log messages reported during a validation process.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationReport.addReportItem(ReportItem item)
Add new report item to the overall validation result.
|
| Constructor and Description |
|---|
ReportItem(ReportItem otherReportItem)
Create report item from another report item.
|
Copyright © 1998–2025 Apryse Group NV. All rights reserved.