Class CertificateWrapper
- java.lang.Object
-
- com.itextpdf.signatures.validation.report.xml.AbstractIdentifiableObject
-
- com.itextpdf.signatures.validation.report.xml.AbstractCollectableObject
-
- com.itextpdf.signatures.validation.report.xml.CertificateWrapper
-
- All Implemented Interfaces:
CollectableObject
,IdentifiableObject
class CertificateWrapper extends AbstractCollectableObject
-
-
Field Summary
Fields Modifier and Type Field Description private java.security.cert.X509Certificate
certificate
-
Constructor Summary
Constructors Constructor Description CertificateWrapper(java.security.cert.X509Certificate signingCertificate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(CollectableObjectVisitor visitor)
boolean
equals(java.lang.Object o)
java.lang.String
getBase64ASN1Structure()
int
hashCode()
-
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
-
-
-
-
Method Detail
-
accept
public void accept(CollectableObjectVisitor visitor)
-
equals
public boolean equals(java.lang.Object o)
- Specified by:
equals
in classAbstractIdentifiableObject
-
hashCode
public int hashCode()
- Specified by:
hashCode
in classAbstractIdentifiableObject
-
getBase64ASN1Structure
public java.lang.String getBase64ASN1Structure()
-
-