Interface CollectableObject
-
- All Superinterfaces:
IdentifiableObject
- All Known Implementing Classes:
AbstractCollectableObject
,CertificateWrapper
,POEValidationReport
interface CollectableObject extends IdentifiableObject
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
accept(CollectableObjectVisitor visitor)
-
Methods inherited from interface com.itextpdf.signatures.validation.report.xml.IdentifiableObject
getIdentifier
-
-
-
-
Method Detail
-
accept
void accept(CollectableObjectVisitor visitor)
-
-