Uses of Class
eu.europa.esig.dss.simplereport.jaxb.XmlCertificateChain
Package | Description |
---|---|
eu.europa.esig.dss.simplereport | |
eu.europa.esig.dss.simplereport.jaxb | |
eu.europa.esig.dss.validation.executor.signature |
-
Uses of XmlCertificateChain in eu.europa.esig.dss.simplereport
Methods in eu.europa.esig.dss.simplereport that return XmlCertificateChain Modifier and Type Method Description XmlCertificateChain
SimpleReport. getCertificateChain(String tokenId)
Returns a certificate chain a given tokenId -
Uses of XmlCertificateChain in eu.europa.esig.dss.simplereport.jaxb
Fields in eu.europa.esig.dss.simplereport.jaxb declared as XmlCertificateChain Modifier and Type Field Description protected XmlCertificateChain
XmlToken. certificateChain
Methods in eu.europa.esig.dss.simplereport.jaxb that return XmlCertificateChain Modifier and Type Method Description XmlCertificateChain
ObjectFactory. createXmlCertificateChain()
Create an instance ofXmlCertificateChain
XmlCertificateChain
XmlToken. getCertificateChain()
Gets the value of the certificateChain property.Methods in eu.europa.esig.dss.simplereport.jaxb with parameters of type XmlCertificateChain Modifier and Type Method Description void
XmlToken. setCertificateChain(XmlCertificateChain value)
Sets the value of the certificateChain property. -
Uses of XmlCertificateChain in eu.europa.esig.dss.validation.executor.signature
Methods in eu.europa.esig.dss.validation.executor.signature that return XmlCertificateChain Modifier and Type Method Description XmlCertificateChain
SimpleReportBuilder. getCertChain(String tokenId)