Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.XmlCertificate
Packages that use XmlCertificate
Package
Description
-
Uses of XmlCertificate in eu.europa.esig.dss.diagnostic
Constructors in eu.europa.esig.dss.diagnostic with parameters of type XmlCertificate -
Uses of XmlCertificate in eu.europa.esig.dss.diagnostic.jaxb
Fields in eu.europa.esig.dss.diagnostic.jaxb declared as XmlCertificateModifier and TypeFieldDescriptionprotected 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 XmlCertificateModifier and TypeFieldDescriptionprotected List<XmlCertificate>
XmlDiagnosticData.usedCertificates
Methods in eu.europa.esig.dss.diagnostic.jaxb that return XmlCertificateModifier and TypeMethodDescriptionObjectFactory.createXmlCertificate()
Create an instance ofXmlCertificate
XmlChainItem.getCertificate()
Gets the value of the certificate property.XmlRelatedCertificate.getCertificate()
Gets the value of the certificate property.XmlSigningCertificate.getCertificate()
Gets the value of the certificate property.XmlTrustedService.getServiceDigitalIdentifier()
Gets the value of the serviceDigitalIdentifier property.Methods in eu.europa.esig.dss.diagnostic.jaxb that return types with arguments of type XmlCertificateMethods in eu.europa.esig.dss.diagnostic.jaxb with parameters of type XmlCertificateModifier and TypeMethodDescriptionvoid
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 XmlCertificateModifier and TypeMethodDescriptionvoid
XmlDiagnosticData.setUsedCertificates
(List<XmlCertificate> usedCertificates) -
Uses of XmlCertificate in eu.europa.esig.dss.validation
Fields in eu.europa.esig.dss.validation with type parameters of type XmlCertificateModifier and TypeFieldDescriptionprotected Map<String,
XmlCertificate> DiagnosticDataBuilder.xmlCertsMap
The cached map of certificatesMethods in eu.europa.esig.dss.validation that return XmlCertificateModifier and TypeMethodDescriptionprotected XmlCertificate
DiagnosticDataBuilder.buildDetachedXmlCertificate
(CertificateToken certToken) This method builds anXmlCertificate
from the givenCertificateToken
Constructor parameters in eu.europa.esig.dss.validation with type arguments of type XmlCertificateModifierConstructorDescriptionXmlTrustedServiceProviderBuilder
(Map<String, XmlCertificate> xmlCertsMap, Map<String, XmlTrustedList> xmlTrustedListsMap, Map<String, TLInfo> tlInfoMap) Default constructor