Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.XmlChainItem
Package
Description
-
Uses of XmlChainItem in eu.europa.esig.dss.diagnostic
Modifier 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
Modifier and TypeFieldDescriptionprotected List<XmlChainItem>
XmlCertificate.certificateChain
protected List<XmlChainItem>
XmlRevocation.certificateChain
protected List<XmlChainItem>
XmlSignature.certificateChain
protected List<XmlChainItem>
XmlTimestamp.certificateChain
Modifier and TypeMethodDescriptionObjectFactory.createXmlChainItem()
Create an instance ofXmlChainItem
Modifier and TypeMethodDescriptionXmlCertificate.getCertificateChain()
XmlRevocation.getCertificateChain()
XmlSignature.getCertificateChain()
XmlTimestamp.getCertificateChain()
Modifier 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
Modifier 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