Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.XmlOrphanCertificateToken
Packages that use XmlOrphanCertificateToken
Package
Description
-
Uses of XmlOrphanCertificateToken in eu.europa.esig.dss.diagnostic
Constructors in eu.europa.esig.dss.diagnostic with parameters of type XmlOrphanCertificateTokenModifierConstructorDescriptionOrphanCertificateTokenWrapper
(XmlOrphanCertificateToken orphanToken) Default constructor -
Uses of XmlOrphanCertificateToken in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb declared as XmlOrphanCertificateTokenFields in eu.europa.esig.dss.diagnostic.jaxb with type parameters of type XmlOrphanCertificateTokenModifier and TypeFieldDescriptionprotected List<XmlOrphanCertificateToken>
XmlOrphanTokens.orphanCertificates
Methods in eu.europa.esig.dss.diagnostic.jaxb that return XmlOrphanCertificateTokenModifier and TypeMethodDescriptionObjectFactory.createXmlOrphanCertificateToken()
Create an instance ofXmlOrphanCertificateToken
XmlOrphanCertificate.getToken()
Gets the value of the token property.Methods in eu.europa.esig.dss.diagnostic.jaxb that return types with arguments of type XmlOrphanCertificateTokenModifier and TypeMethodDescriptionXmlOrphanTokens.getOrphanCertificates()
Gets the value of the orphanCertificates property.Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type XmlOrphanCertificateTokenModifier and TypeMethodDescriptionvoid
XmlOrphanCertificate.setToken
(XmlOrphanCertificateToken value) Sets the value of the token property. -
Uses of XmlOrphanCertificateToken in eu.europa.esig.dss.validation
Fields in eu.europa.esig.dss.validation with type parameters of type XmlOrphanCertificateTokenModifier and TypeFieldDescriptionprotected Map<String,
XmlOrphanCertificateToken> DiagnosticDataBuilder.xmlOrphanCertificateTokensMap
The cached map of orphan certificatesMethods in eu.europa.esig.dss.validation that return XmlOrphanCertificateTokenModifier and TypeMethodDescriptionprotected XmlOrphanCertificateToken
DiagnosticDataBuilder.buildXmlOrphanCertificateToken
(CertificateToken certificateToken) This method builds anXmlOrphanCertificateToken
from the givenCertificateToken