Uses of Class
eu.europa.esig.dss.diagnostic.jaxb.XmlCertificate
Package
Description
-
Uses of XmlCertificate in eu.europa.esig.dss.diagnostic
-
Uses of XmlCertificate in eu.europa.esig.dss.diagnostic.jaxb
Modifier and TypeFieldDescriptionprotected XmlCertificate
XmlChainItem.certificate
protected XmlCertificate
XmlRelatedCertificate.certificate
protected XmlCertificate
XmlSigningCertificate.certificate
protected XmlCertificate
XmlTrustedService.serviceDigitalIdentifier
Modifier and TypeFieldDescriptionprotected List<XmlCertificate>
XmlDiagnosticData.usedCertificates
Modifier 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.Modifier 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.Modifier and TypeMethodDescriptionvoid
XmlDiagnosticData.setUsedCertificates
(List<XmlCertificate> usedCertificates) -
Uses of XmlCertificate in eu.europa.esig.dss.validation
Modifier and TypeFieldDescriptionprotected Map<String,
XmlCertificate> DiagnosticDataBuilder.xmlCertsMap
The cached map of certificatesModifier and TypeMethodDescriptionprotected XmlCertificate
DiagnosticDataBuilder.buildDetachedXmlCertificate
(CertificateToken certToken) This method builds anXmlCertificate
from the givenCertificateToken
ModifierConstructorDescriptionXmlTrustedServiceProviderBuilder
(Map<String, XmlCertificate> xmlCertsMap, Map<String, XmlTrustedList> xmlTrustedListsMap, Map<String, TLInfo> tlInfoMap) Default constructor