Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.XmlCertificate
-
Packages that use 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 XmlCertificateXmlChainItem. certificateprotected XmlCertificateXmlRelatedCertificate. certificateprotected XmlCertificateXmlSigningCertificate. certificateprotected XmlCertificateXmlTrustedService. serviceDigitalIdentifierFields in eu.europa.esig.dss.diagnostic.jaxb with type parameters of type XmlCertificate Modifier and Type Field Description protected List<XmlCertificate>XmlDiagnosticData. usedCertificatesMethods in eu.europa.esig.dss.diagnostic.jaxb that return XmlCertificate Modifier and Type Method Description XmlCertificateObjectFactory. createXmlCertificate()Create an instance ofXmlCertificateXmlCertificateXmlChainItem. getCertificate()Gets the value of the certificate property.XmlCertificateXmlRelatedCertificate. getCertificate()Gets the value of the certificate property.XmlCertificateXmlSigningCertificate. getCertificate()Gets the value of the certificate property.XmlCertificateXmlTrustedService. 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 voidXmlChainItem. setCertificate(XmlCertificate value)Sets the value of the certificate property.voidXmlRelatedCertificate. setCertificate(XmlCertificate value)Sets the value of the certificate property.voidXmlSigningCertificate. setCertificate(XmlCertificate value)Sets the value of the certificate property.voidXmlTrustedService. 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 voidXmlDiagnosticData. setUsedCertificates(List<XmlCertificate> usedCertificates)
-