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.X509Certificatecertificate
-
Constructor Summary
Constructors Constructor Description CertificateWrapper(java.security.cert.X509Certificate signingCertificate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(CollectableObjectVisitor visitor)booleanequals(java.lang.Object o)java.lang.StringgetBase64ASN1Structure()inthashCode()-
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:
equalsin classAbstractIdentifiableObject
-
hashCode
public int hashCode()
- Specified by:
hashCodein classAbstractIdentifiableObject
-
getBase64ASN1Structure
public java.lang.String getBase64ASN1Structure()
-
-