Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.XmlChainItem
-
Packages that use XmlChainItem Package Description eu.europa.esig.dss.diagnostic eu.europa.esig.dss.diagnostic.jaxb -
-
Uses of XmlChainItem in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic that return types with arguments of type XmlChainItem Modifier and Type Method Description protected abstract List<XmlChainItem>AbstractTokenProxy. getCurrentCertificateChain()protected List<XmlChainItem>CertificateWrapper. getCurrentCertificateChain()protected List<XmlChainItem>RevocationWrapper. getCurrentCertificateChain()protected List<XmlChainItem>SignatureWrapper. getCurrentCertificateChain()protected List<XmlChainItem>TimestampWrapper. getCurrentCertificateChain() -
Uses of XmlChainItem in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb with type parameters of type XmlChainItem Modifier and Type Field Description protected List<XmlChainItem>XmlCertificate. certificateChainprotected List<XmlChainItem>XmlRevocation. certificateChainprotected List<XmlChainItem>XmlSignature. certificateChainprotected List<XmlChainItem>XmlTimestamp. certificateChainMethods in eu.europa.esig.dss.diagnostic.jaxb that return XmlChainItem Modifier and Type Method Description XmlChainItemObjectFactory. createXmlChainItem()Create an instance ofXmlChainItemMethods in eu.europa.esig.dss.diagnostic.jaxb that return types with arguments of type XmlChainItem Modifier and Type Method Description List<XmlChainItem>XmlCertificate. getCertificateChain()List<XmlChainItem>XmlRevocation. getCertificateChain()List<XmlChainItem>XmlSignature. getCertificateChain()List<XmlChainItem>XmlTimestamp. getCertificateChain()Method parameters in eu.europa.esig.dss.diagnostic.jaxb with type arguments of type XmlChainItem Modifier and Type Method Description voidXmlCertificate. setCertificateChain(List<XmlChainItem> certificateChain)voidXmlRevocation. setCertificateChain(List<XmlChainItem> certificateChain)voidXmlSignature. setCertificateChain(List<XmlChainItem> certificateChain)voidXmlTimestamp. setCertificateChain(List<XmlChainItem> certificateChain)
-