Uses of Interface
com.itextpdf.signatures.validation.report.xml.CollectableObject
-
Packages that use CollectableObject Package Description com.itextpdf.signatures.validation.report.xml -
-
Uses of CollectableObject in com.itextpdf.signatures.validation.report.xml
Classes in com.itextpdf.signatures.validation.report.xml that implement CollectableObject Modifier and Type Class Description (package private) classAbstractCollectableObject(package private) classCertificateWrapper(package private) classPOEValidationReportFields in com.itextpdf.signatures.validation.report.xml with type parameters of type CollectableObject Modifier and Type Field Description private java.util.Map<CollectableObject,CollectableObject>ValidationObjects. objectsprivate java.util.Map<CollectableObject,CollectableObject>ValidationObjects. objectsMethods in com.itextpdf.signatures.validation.report.xml with type parameters of type CollectableObject Modifier and Type Method Description <T extends CollectableObject>
TValidationObjects. addObject(T object)Methods in com.itextpdf.signatures.validation.report.xml that return types with arguments of type CollectableObject Modifier and Type Method Description java.util.Collection<CollectableObject>ValidationObjects. getObjects()(package private) java.util.Collection<CollectableObject>PadesValidationReport. getValidationObjects()
-