Uses of Class
com.itextpdf.signatures.validation.report.ReportItem
Packages that use ReportItem
Package
Description
-
Uses of ReportItem in com.itextpdf.signatures.validation
Method parameters in com.itextpdf.signatures.validation with type arguments of type ReportItemModifier and TypeMethodDescriptionstatic void
SafeCalling.onExceptionLog
(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 SafeCalling.onExceptionLog
(ThrowingSupplier 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
(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 SafeCalling.onRuntimeExceptionLog
(Supplier action, T defaultValue, ValidationReport report, Function<Exception, ReportItem> reportItemCreator) Adds a report item to the report when an exception is thrown in the action. -
Uses of ReportItem in com.itextpdf.signatures.validation.lotl
Method parameters in com.itextpdf.signatures.validation.lotl with type arguments of type ReportItemModifier and TypeMethodDescriptionprotected boolean
LotlTrustedStore.isScopeCorrectlySpecified
(List<ReportItem> reportItems, X509Certificate certificate, List<AdditionalServiceInformationExtension> extensions) Checks if scope specified by extensions contains valid types. -
Uses of ReportItem in com.itextpdf.signatures.validation.report
Subclasses of ReportItem in com.itextpdf.signatures.validation.reportModifier and TypeClassDescriptionclass
Report item to be used for single certificate related failure or log message.Methods in com.itextpdf.signatures.validation.report that return ReportItemModifier and TypeMethodDescriptionReportItem.setStatus
(ReportItem.ReportItemStatus status) Set report item status that determines validation result this report item corresponds to.Methods in com.itextpdf.signatures.validation.report that return types with arguments of type ReportItemModifier and TypeMethodDescriptionValidationReport.getFailures()
Get all failures recognized during a validation process.ValidationReport.getLogs()
Get all log messages reported during a validation process.Methods in com.itextpdf.signatures.validation.report with parameters of type ReportItemModifier and TypeMethodDescriptionvoid
ValidationReport.addReportItem
(ReportItem item) Add new report item to the overall validation result.Constructors in com.itextpdf.signatures.validation.report with parameters of type ReportItemModifierConstructorDescriptionReportItem
(ReportItem otherReportItem) Create report item from another report item.