Class PAdESLevelReport
java.lang.Object
com.itextpdf.signatures.validation.report.pades.PAdESLevelReport
This report gathers PAdES level information one signature.
-
Method Summary
Modifier and TypeMethodDescriptiongetLevel()Returns the highest achieved PAdES level for this signature.Returns non-conformaties, violated must have rules, per PAdES level.Returns the signature name for the signature this report is about.Returns warnings, violated should have rules, per PAdES level.toString()
-
Method Details
-
getSignatureName
Returns the signature name for the signature this report is about.- Returns:
- the signature name for the signature this report is about
-
getLevel
Returns the highest achieved PAdES level for this signature.- Returns:
- the highest achieved PAdES level for this signature
-
getNonConformaties
Returns non-conformaties, violated must have rules, per PAdES level.- Returns:
- non-conformaties, violated must have rules, per PAdES level
-
getWarnings
Returns warnings, violated should have rules, per PAdES level.- Returns:
- warnings, violated should have rules, per PAdES level
-
toString
-