Package eu.europa.esig.dss.diagnostic
Class OrphanCertificateWrapper
java.lang.Object
eu.europa.esig.dss.diagnostic.OrphanTokenWrapper
eu.europa.esig.dss.diagnostic.OrphanCertificateWrapper
public class OrphanCertificateWrapper extends OrphanTokenWrapper
-
Constructor Summary
Constructors Constructor Description OrphanCertificateWrapper(XmlOrphanCertificate orphanCertificate) -
Method Summary
Modifier and Type Method Description List<CertificateOrigin>getOrigins()Returns a list of orphan certificate originsList<CertificateRefWrapper>getReferences()Returns a list of orphan certificate referencesMethods inherited from class eu.europa.esig.dss.diagnostic.OrphanTokenWrapper
equals, getBinaries, getDigestAlgoAndValue, getId, hashCode, toString
-
Constructor Details
-
Method Details
-
getOrigins
Returns a list of orphan certificate origins- Returns:
- a list of
CertificateOrigins
-
getReferences
Returns a list of orphan certificate references- Returns:
- a list of
CertificateRefWrappers
-