Uses of Class
com.itextpdf.signatures.validation.report.pades.PAdESLevelReport
Packages that use PAdESLevelReport
-
Uses of PAdESLevelReport in com.itextpdf.signatures.validation.report.pades
Methods in com.itextpdf.signatures.validation.report.pades that return PAdESLevelReportModifier and TypeMethodDescriptionDocumentPAdESLevelReport.getSignatureReport(String signatureName) Returns the individual PAdES level report for a signature by name.Methods in com.itextpdf.signatures.validation.report.pades that return types with arguments of type PAdESLevelReportModifier and TypeMethodDescriptionDocumentPAdESLevelReport.getSignatureReports()Returns a map for all signatures PAdES reports.Methods in com.itextpdf.signatures.validation.report.pades with parameters of type PAdESLevelReportModifier and TypeMethodDescriptionvoidDocumentPAdESLevelReport.addPAdESReport(PAdESLevelReport report) Adds a signature validation report.