Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.XmlOrphanCertificateToken
Package | Description |
---|---|
eu.europa.esig.dss.diagnostic.jaxb |
-
Uses of XmlOrphanCertificateToken in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb declared as XmlOrphanCertificateToken Modifier and Type Field Description protected XmlOrphanCertificateToken
XmlOrphanCertificate. token
Fields in eu.europa.esig.dss.diagnostic.jaxb with type parameters of type XmlOrphanCertificateToken Modifier and Type Field Description protected List<XmlOrphanCertificateToken>
XmlOrphanTokens. orphanCertificates
Methods in eu.europa.esig.dss.diagnostic.jaxb that return XmlOrphanCertificateToken Modifier and Type Method Description XmlOrphanCertificateToken
ObjectFactory. createXmlOrphanCertificateToken()
Create an instance ofXmlOrphanCertificateToken
XmlOrphanCertificateToken
XmlOrphanCertificate. getToken()
Gets the value of the token property.Methods in eu.europa.esig.dss.diagnostic.jaxb that return types with arguments of type XmlOrphanCertificateToken Modifier and Type Method Description List<XmlOrphanCertificateToken>
XmlOrphanTokens. getOrphanCertificates()
Gets the value of the orphanCertificates property.Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type XmlOrphanCertificateToken Modifier and Type Method Description void
XmlOrphanCertificate. setToken(XmlOrphanCertificateToken value)
Sets the value of the token property.