Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.XmlOrphanCertificateToken
Package
Description
-
Uses of XmlOrphanCertificateToken in eu.europa.esig.dss.diagnostic
ModifierConstructorDescriptionOrphanCertificateTokenWrapper
(XmlOrphanCertificateToken orphanToken) Default constructor -
Uses of XmlOrphanCertificateToken in eu.europa.esig.dss.diagnostic.jaxb
Modifier and TypeFieldDescriptionprotected List<XmlOrphanCertificateToken>
XmlOrphanTokens.orphanCertificates
Modifier and TypeMethodDescriptionObjectFactory.createXmlOrphanCertificateToken()
Create an instance ofXmlOrphanCertificateToken
XmlOrphanCertificate.getToken()
Gets the value of the token property.Modifier and TypeMethodDescriptionXmlOrphanTokens.getOrphanCertificates()
Gets the value of the orphanCertificates property.Modifier and TypeMethodDescriptionvoid
XmlOrphanCertificate.setToken
(XmlOrphanCertificateToken value) Sets the value of the token property. -
Uses of XmlOrphanCertificateToken in eu.europa.esig.dss.validation
Modifier and TypeFieldDescriptionprotected Map<String,
XmlOrphanCertificateToken> DiagnosticDataBuilder.xmlOrphanCertificateTokensMap
The cached map of orphan certificatesModifier and TypeMethodDescriptionprotected XmlOrphanCertificateToken
DiagnosticDataBuilder.buildXmlOrphanCertificateToken
(CertificateToken certificateToken) This method builds anXmlOrphanCertificateToken
from the givenCertificateToken