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.orphanCertificatesMethods in eu.europa.esig.dss.diagnostic.jaxb that return XmlOrphanCertificateTokenModifier and TypeMethodDescriptionObjectFactory.createXmlOrphanCertificateToken()Create an instance ofXmlOrphanCertificateTokenXmlOrphanCertificate.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 TypeMethodDescriptionvoidXmlOrphanCertificate.setToken(XmlOrphanCertificateToken value) Sets the value of the token property. -
Uses of XmlOrphanCertificateToken in eu.europa.esig.dss.validation.reports.diagnostic
Fields in eu.europa.esig.dss.validation.reports.diagnostic with type parameters of type XmlOrphanCertificateTokenModifier and TypeFieldDescriptionprotected Map<String, XmlOrphanCertificateToken> DiagnosticDataBuilder.xmlOrphanCertificateTokensMapThe cached map of orphan certificatesMethods in eu.europa.esig.dss.validation.reports.diagnostic that return XmlOrphanCertificateTokenModifier and TypeMethodDescriptionprotected XmlOrphanCertificateTokenDiagnosticDataBuilder.buildXmlOrphanCertificateToken(CertificateToken certificateToken) This method builds anXmlOrphanCertificateTokenfrom the givenCertificateToken