Class POEValidationReport
- java.lang.Object
-
- com.itextpdf.signatures.validation.report.xml.AbstractIdentifiableObject
-
- com.itextpdf.signatures.validation.report.xml.AbstractCollectableObject
-
- com.itextpdf.signatures.validation.report.xml.POEValidationReport
-
- All Implemented Interfaces:
CollectableObject
,IdentifiableObject
,SubValidationReport
class POEValidationReport extends AbstractCollectableObject implements SubValidationReport
-
-
Constructor Summary
Constructors Constructor Description POEValidationReport(ValidationObjects validationObjects, CMSContainer cmsContainer, boolean document)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(CollectableObjectVisitor visitor)
boolean
equals(java.lang.Object o)
int
hashCode()
void
setSignatureValidationStatus(SignatureValidationStatus status)
-
Methods inherited from class com.itextpdf.signatures.validation.report.xml.AbstractIdentifiableObject
getIdentifier
-
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.IdentifiableObject
getIdentifier
-
-
-
-
Constructor Detail
-
POEValidationReport
public POEValidationReport(ValidationObjects validationObjects, CMSContainer cmsContainer, boolean document)
-
-
Method Detail
-
setSignatureValidationStatus
public void setSignatureValidationStatus(SignatureValidationStatus status)
- Specified by:
setSignatureValidationStatus
in interfaceSubValidationReport
-
accept
public void accept(CollectableObjectVisitor visitor)
- Specified by:
accept
in interfaceCollectableObject
-
equals
public boolean equals(java.lang.Object o)
- Specified by:
equals
in classAbstractIdentifiableObject
-
hashCode
public int hashCode()
- Specified by:
hashCode
in classAbstractIdentifiableObject
-
-