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) class
AbstractCollectableObject
(package private) class
CertificateWrapper
(package private) class
POEValidationReport
Fields 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. objects
private java.util.Map<CollectableObject,CollectableObject>
ValidationObjects. objects
Methods 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()
-