Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.XmlOrphanCertificate
Packages that use XmlOrphanCertificate
Package
Description
-
Uses of XmlOrphanCertificate in eu.europa.esig.dss.diagnostic
Constructors in eu.europa.esig.dss.diagnostic with parameters of type XmlOrphanCertificateModifierConstructorDescriptionOrphanCertificateWrapper
(XmlOrphanCertificate orphanCertificate) Default constructor -
Uses of XmlOrphanCertificate in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb with type parameters of type XmlOrphanCertificateModifier and TypeFieldDescriptionprotected List<XmlOrphanCertificate>
XmlFoundCertificates.orphanCertificates
Methods in eu.europa.esig.dss.diagnostic.jaxb that return XmlOrphanCertificateModifier and TypeMethodDescriptionObjectFactory.createXmlOrphanCertificate()
Create an instance ofXmlOrphanCertificate
Methods in eu.europa.esig.dss.diagnostic.jaxb that return types with arguments of type XmlOrphanCertificateModifier and TypeMethodDescriptionXmlFoundCertificates.getOrphanCertificates()
Gets the value of the orphanCertificates property. -
Uses of XmlOrphanCertificate in eu.europa.esig.dss.validation
Methods in eu.europa.esig.dss.validation that return XmlOrphanCertificateModifier and TypeMethodDescriptionprotected XmlOrphanCertificate
DiagnosticDataBuilder.getXmlOrphanCertificate
(CertificateOrigin origin, CertificateToken certificateToken, TokenCertificateSource certificateSource, CertificateToken signingCertificate) This method builds anXmlOrphanCertificateToken
Method parameters in eu.europa.esig.dss.validation with type arguments of type XmlOrphanCertificateModifier and TypeMethodDescriptionprotected void
DiagnosticDataBuilder.populateOrphanCertificateOriginMap
(Map<String, XmlOrphanCertificate> orphanCertificatesMap, CertificateOrigin origin, List<CertificateToken> certificateTokens, TokenCertificateSource certificateSource, CertificateToken signingCertificate) Fills the orphan certificate map with the given values