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 XmlCertificateXmlChainItem.certificateprotected XmlCertificateXmlRelatedCertificate.certificateprotected XmlCertificateXmlSigningCertificate.certificateprotected XmlCertificateXmlTrustedService.serviceDigitalIdentifierFields in eu.europa.esig.dss.diagnostic.jaxb with type parameters of type XmlCertificateModifier and TypeFieldDescriptionprotected List<XmlCertificate>XmlDiagnosticData.usedCertificatesMethods in eu.europa.esig.dss.diagnostic.jaxb that return XmlCertificateModifier and TypeMethodDescriptionObjectFactory.createXmlCertificate()Create an instance ofXmlCertificateXmlChainItem.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 TypeMethodDescriptionvoidXmlChainItem.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 XmlCertificateModifier and TypeMethodDescriptionvoidXmlDiagnosticData.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.xmlCertsMapThe cached map of certificatesMethods in eu.europa.esig.dss.validation that return XmlCertificateModifier and TypeMethodDescriptionprotected XmlCertificateDiagnosticDataBuilder.buildDetachedXmlCertificate(CertificateToken certToken) This method builds anXmlCertificatefrom the givenCertificateTokenConstructor 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