Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.XmlChainItem
Packages that use XmlChainItem
Package
Description
-
Uses of XmlChainItem in eu.europa.esig.dss.diagnostic
Methods in eu.europa.esig.dss.diagnostic that return types with arguments of type XmlChainItemModifier and TypeMethodDescriptionprotected abstract List
<XmlChainItem> AbstractTokenProxy.getCurrentCertificateChain()
Returns the token's certificate chainprotected 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 XmlChainItemModifier and TypeFieldDescriptionprotected 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 XmlChainItemModifier and TypeMethodDescriptionObjectFactory.createXmlChainItem()
Create an instance ofXmlChainItem
Methods in eu.europa.esig.dss.diagnostic.jaxb that return types with arguments of type XmlChainItemModifier and TypeMethodDescriptionXmlCertificate.getCertificateChain()
XmlRevocation.getCertificateChain()
XmlSignature.getCertificateChain()
XmlTimestamp.getCertificateChain()
Method parameters in eu.europa.esig.dss.diagnostic.jaxb with type arguments of type XmlChainItemModifier and TypeMethodDescriptionvoid
XmlCertificate.setCertificateChain
(List<XmlChainItem> certificateChain) void
XmlRevocation.setCertificateChain
(List<XmlChainItem> certificateChain) void
XmlSignature.setCertificateChain
(List<XmlChainItem> certificateChain) void
XmlTimestamp.setCertificateChain
(List<XmlChainItem> certificateChain) -
Uses of XmlChainItem in eu.europa.esig.dss.validation.reports.diagnostic
Methods in eu.europa.esig.dss.validation.reports.diagnostic that return types with arguments of type XmlChainItemModifier and TypeMethodDescriptionprotected List
<XmlChainItem> DiagnosticDataBuilder.getXmlForCertificateChain
(Token token) Returns a certificate chain for thetoken
protected List
<XmlChainItem> DiagnosticDataBuilder.getXmlForCertificateChain
(Token token, CertificateSource certificateSource) Returns a certificate chain for thetoken
from thecertificateSource
protected List
<XmlChainItem> DiagnosticDataBuilder.getXmlForCertificateChain
(CertificateValidity certificateValidity, CertificateSource certificateSource) Builds a certificate chain for aCertificateValidity