Package eu.europa.esig.dss.diagnostic
Class OrphanCertificateWrapper
java.lang.Object
eu.europa.esig.dss.diagnostic.OrphanTokenWrapper<XmlOrphanCertificateToken>
eu.europa.esig.dss.diagnostic.OrphanCertificateTokenWrapper
eu.europa.esig.dss.diagnostic.OrphanCertificateWrapper
Wrapper for orphan certificate token extracted from a document (signature/timestamp)
-
Field Summary
Fields inherited from class eu.europa.esig.dss.diagnostic.OrphanTokenWrapper
orphanToken
-
Constructor Summary
ConstructorDescriptionOrphanCertificateWrapper
(XmlOrphanCertificate orphanCertificate) Default constructor -
Method Summary
Modifier and TypeMethodDescriptionReturns a list of orphan certificate originsReturns a list of orphan certificate referencesMethods inherited from class eu.europa.esig.dss.diagnostic.OrphanCertificateTokenWrapper
getBinaries, getCertificateDN, getCertificateIssuerDN, getDigestAlgoAndValue, getEntityKey, getNotAfter, getNotBefore, getSerialNumber, isSelfSigned, isTrusted
Methods inherited from class eu.europa.esig.dss.diagnostic.OrphanTokenWrapper
equals, getId, hashCode, toString
-
Constructor Details
-
OrphanCertificateWrapper
Default constructor- Parameters:
orphanCertificate
-XmlOrphanCertificate
-
-
Method Details
-
getOrigins
Returns a list of orphan certificate origins- Returns:
- a list of
CertificateOrigin
s
-
getReferences
Returns a list of orphan certificate references- Returns:
- a list of
CertificateRefWrapper
s
-