Class AbstractCollectableObject
- java.lang.Object
-
- com.itextpdf.signatures.validation.report.xml.AbstractIdentifiableObject
-
- com.itextpdf.signatures.validation.report.xml.AbstractCollectableObject
-
- All Implemented Interfaces:
CollectableObject
,IdentifiableObject
- Direct Known Subclasses:
CertificateWrapper
,POEValidationReport
abstract class AbstractCollectableObject extends AbstractIdentifiableObject implements CollectableObject
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractCollectableObject(java.lang.String prefix)
-
Method Summary
-
Methods inherited from class com.itextpdf.signatures.validation.report.xml.AbstractIdentifiableObject
equals, getIdentifier, hashCode
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.itextpdf.signatures.validation.report.xml.CollectableObject
accept
-
Methods inherited from interface com.itextpdf.signatures.validation.report.xml.IdentifiableObject
getIdentifier
-
-