Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.XmlOrphanToken
-
Packages that use XmlOrphanToken Package Description eu.europa.esig.dss.diagnostic eu.europa.esig.dss.diagnostic.jaxb -
-
Uses of XmlOrphanToken in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic that return types with arguments of type XmlOrphanToken Modifier and Type Method Description List<XmlOrphanToken>DiagnosticData. getAllOrphanCertificates()Returns a list of all foundXmlOrphanTokencertificates -
Uses of XmlOrphanToken in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb declared as XmlOrphanToken Modifier and Type Field Description protected XmlOrphanTokenXmlOrphanCertificate. tokenprotected XmlOrphanTokenXmlOrphanRevocation. tokenFields in eu.europa.esig.dss.diagnostic.jaxb with type parameters of type XmlOrphanToken Modifier and Type Field Description protected List<XmlOrphanToken>XmlDiagnosticData. orphanTokensMethods in eu.europa.esig.dss.diagnostic.jaxb that return XmlOrphanToken Modifier and Type Method Description XmlOrphanTokenObjectFactory. createXmlOrphanToken()Create an instance ofXmlOrphanTokenXmlOrphanTokenXmlOrphanCertificate. getToken()Gets the value of the token property.XmlOrphanTokenXmlOrphanRevocation. getToken()Gets the value of the token property.Methods in eu.europa.esig.dss.diagnostic.jaxb that return types with arguments of type XmlOrphanToken Modifier and Type Method Description List<XmlOrphanToken>XmlDiagnosticData. getOrphanTokens()Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type XmlOrphanToken Modifier and Type Method Description voidXmlOrphanCertificate. setToken(XmlOrphanToken value)Sets the value of the token property.voidXmlOrphanRevocation. setToken(XmlOrphanToken value)Sets the value of the token property.Method parameters in eu.europa.esig.dss.diagnostic.jaxb with type arguments of type XmlOrphanToken Modifier and Type Method Description voidXmlDiagnosticData. setOrphanTokens(List<XmlOrphanToken> orphanTokens)
-