Uses of Enum
com.itextpdf.signatures.validation.report.pades.PAdESLevel
Packages that use PAdESLevel
-
Uses of PAdESLevel in com.itextpdf.signatures.validation.report.pades
Methods in com.itextpdf.signatures.validation.report.pades that return PAdESLevelModifier and TypeMethodDescriptionDocumentPAdESLevelReport.getDocumentLevel()Returns the overall document PAdES level, the lowest level off all signatures.PAdESLevelReport.getLevel()Returns the highest achieved PAdES level for this signature.static PAdESLevelReturns the enum constant of this type with the specified name.static PAdESLevel[]PAdESLevel.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.itextpdf.signatures.validation.report.pades that return types with arguments of type PAdESLevelModifier and TypeMethodDescriptionPAdESLevelReport.getNonConformaties()Returns non-conformaties, violated must have rules, per PAdES level.PAdESLevelReport.getWarnings()Returns warnings, violated should have rules, per PAdES level.