Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.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. certificateChain
protected List<XmlChainItem>
XmlRevocation. certificateChain
protected List<XmlChainItem>
XmlSignature. certificateChain
protected List<XmlChainItem>
XmlTimestamp. certificateChain
Methods in eu.europa.esig.dss.diagnostic.jaxb that return XmlChainItem Modifier and Type Method Description XmlChainItem
ObjectFactory. createXmlChainItem()
Create an instance ofXmlChainItem
Methods 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 void
XmlCertificate. setCertificateChain(List<XmlChainItem> certificateChain)
void
XmlRevocation. setCertificateChain(List<XmlChainItem> certificateChain)
void
XmlSignature. setCertificateChain(List<XmlChainItem> certificateChain)
void
XmlTimestamp. setCertificateChain(List<XmlChainItem> certificateChain)