Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.XmlCertificate
Package | Description |
---|---|
eu.europa.esig.dss.diagnostic | |
eu.europa.esig.dss.diagnostic.jaxb |
-
Uses of XmlCertificate in eu.europa.esig.dss.diagnostic
Constructors in eu.europa.esig.dss.diagnostic with parameters of type XmlCertificate Constructor Description CertificateWrapper(XmlCertificate certificate)
-
Uses of XmlCertificate in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb declared as XmlCertificate Modifier and Type Field Description protected XmlCertificate
XmlChainItem. certificate
protected XmlCertificate
XmlRelatedCertificate. certificate
protected XmlCertificate
XmlSigningCertificate. certificate
protected XmlCertificate
XmlTrustedService. serviceDigitalIdentifier
Fields in eu.europa.esig.dss.diagnostic.jaxb with type parameters of type XmlCertificate Modifier and Type Field Description protected List<XmlCertificate>
XmlDiagnosticData. usedCertificates
Methods in eu.europa.esig.dss.diagnostic.jaxb that return XmlCertificate Modifier and Type Method Description XmlCertificate
ObjectFactory. createXmlCertificate()
Create an instance ofXmlCertificate
XmlCertificate
XmlChainItem. getCertificate()
Gets the value of the certificate property.XmlCertificate
XmlRelatedCertificate. getCertificate()
Gets the value of the certificate property.XmlCertificate
XmlSigningCertificate. getCertificate()
Gets the value of the certificate property.XmlCertificate
XmlTrustedService. getServiceDigitalIdentifier()
Gets the value of the serviceDigitalIdentifier property.Methods in eu.europa.esig.dss.diagnostic.jaxb that return types with arguments of type XmlCertificate Modifier and Type Method Description List<XmlCertificate>
XmlDiagnosticData. getUsedCertificates()
Methods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type XmlCertificate Modifier and Type Method Description void
XmlChainItem. setCertificate(XmlCertificate value)
Sets the value of the certificate property.void
XmlRelatedCertificate. setCertificate(XmlCertificate value)
Sets the value of the certificate property.void
XmlSigningCertificate. setCertificate(XmlCertificate value)
Sets the value of the certificate property.void
XmlTrustedService. setServiceDigitalIdentifier(XmlCertificate value)
Sets the value of the serviceDigitalIdentifier property.Method parameters in eu.europa.esig.dss.diagnostic.jaxb with type arguments of type XmlCertificate Modifier and Type Method Description void
XmlDiagnosticData. setUsedCertificates(List<XmlCertificate> usedCertificates)