Uses of Class
eu.europa.esig.dss.detailedreport.jaxb.XmlDetailedReport
Packages that use XmlDetailedReport
Package
Description
-
Uses of XmlDetailedReport in eu.europa.esig.dss.detailedreport
Methods in eu.europa.esig.dss.detailedreport that return XmlDetailedReportMethods in eu.europa.esig.dss.detailedreport that return types with arguments of type XmlDetailedReportModifier and TypeMethodDescriptionprotected jakarta.xml.bind.JAXBElement<XmlDetailedReport> DetailedReportFacade.wrap(XmlDetailedReport detailedReport) Methods in eu.europa.esig.dss.detailedreport with parameters of type XmlDetailedReportModifier and TypeMethodDescriptionDetailedReportFacade.generateHtmlReport(XmlDetailedReport detailedReport) Generates a Bootstrap 4 Detailed reportvoidDetailedReportFacade.generateHtmlReport(XmlDetailedReport detailedReport, Result result) Generates a Bootstrap 4 Detailed report and writes toresultvoidDetailedReportFacade.generatePdfReport(XmlDetailedReport detailedReport, Result result) Generates a PDF Detailed reportprotected jakarta.xml.bind.JAXBElement<XmlDetailedReport> DetailedReportFacade.wrap(XmlDetailedReport detailedReport) Constructors in eu.europa.esig.dss.detailedreport with parameters of type XmlDetailedReportModifierConstructorDescriptionDetailedReport(XmlDetailedReport jaxbDetailedReport) The default constructor -
Uses of XmlDetailedReport in eu.europa.esig.dss.detailedreport.jaxb
Methods in eu.europa.esig.dss.detailedreport.jaxb that return XmlDetailedReportModifier and TypeMethodDescriptionObjectFactory.createXmlDetailedReport()Create an instance ofXmlDetailedReportMethods in eu.europa.esig.dss.detailedreport.jaxb that return types with arguments of type XmlDetailedReportModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<XmlDetailedReport> ObjectFactory.createDetailedReport(XmlDetailedReport value) Methods in eu.europa.esig.dss.detailedreport.jaxb with parameters of type XmlDetailedReportModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<XmlDetailedReport> ObjectFactory.createDetailedReport(XmlDetailedReport value) -
Uses of XmlDetailedReport in eu.europa.esig.dss.validation.executor
Methods in eu.europa.esig.dss.validation.executor that return XmlDetailedReportModifier and TypeMethodDescriptionprotected XmlDetailedReportAbstractDetailedReportBuilder.init()Initializes theXmlDetailedReportby adding the TL analysis -
Uses of XmlDetailedReport in eu.europa.esig.dss.validation.reports
Methods in eu.europa.esig.dss.validation.reports that return XmlDetailedReportModifier and TypeMethodDescriptionAbstractReports.getDetailedReportJaxb()This method returns the JAXB DetailedReportConstructors in eu.europa.esig.dss.validation.reports with parameters of type XmlDetailedReportModifierConstructorDescriptionprotectedAbstractReports(XmlDiagnosticData diagnosticDataJaxb, XmlDetailedReport detailedReport) This is the default constructor to instantiate this container.CertificateReports(XmlDiagnosticData diagnosticDataJaxb, XmlDetailedReport detailedReport, XmlSimpleCertificateReport simpleReport) This is the default constructor to instantiate this container.Reports(XmlDiagnosticData diagnosticDataJaxb, XmlDetailedReport detailedReport, XmlSimpleReport simpleReport, ValidationReportType validationReport) This is the default constructor to instantiate this container. -
Uses of XmlDetailedReport in eu.europa.esig.dss.ws.cert.validation.dto
Methods in eu.europa.esig.dss.ws.cert.validation.dto that return XmlDetailedReportModifier and TypeMethodDescriptionCertificateReportsDTO.getDetailedReport()Gets the Detailed reportMethods in eu.europa.esig.dss.ws.cert.validation.dto with parameters of type XmlDetailedReportModifier and TypeMethodDescriptionvoidCertificateReportsDTO.setDetailedReport(XmlDetailedReport detailedReport) Sets the Detailed reportConstructors in eu.europa.esig.dss.ws.cert.validation.dto with parameters of type XmlDetailedReportModifierConstructorDescriptionCertificateReportsDTO(XmlDiagnosticData diagnosticData, XmlSimpleCertificateReport simpleCertificateReport, XmlDetailedReport detailedReport) The default constructor -
Uses of XmlDetailedReport in eu.europa.esig.dss.ws.cert.validation.soap.client
Methods in eu.europa.esig.dss.ws.cert.validation.soap.client that return XmlDetailedReportModifier and TypeMethodDescriptionWSCertificateReportsDTO.getDetailedReport()Gets the Detailed reportMethods in eu.europa.esig.dss.ws.cert.validation.soap.client with parameters of type XmlDetailedReportModifier and TypeMethodDescriptionvoidWSCertificateReportsDTO.setDetailedReport(XmlDetailedReport detailedReport) Sets the Detailed reportConstructors in eu.europa.esig.dss.ws.cert.validation.soap.client with parameters of type XmlDetailedReportModifierConstructorDescriptionWSCertificateReportsDTO(XmlDiagnosticData diagnosticData, XmlSimpleCertificateReport simpleCertificateReport, XmlDetailedReport detailedReport) The default constructor -
Uses of XmlDetailedReport in eu.europa.esig.dss.ws.validation.dto
Methods in eu.europa.esig.dss.ws.validation.dto that return XmlDetailedReportMethods in eu.europa.esig.dss.ws.validation.dto with parameters of type XmlDetailedReportModifier and TypeMethodDescriptionvoidWSReportsDTO.setDetailedReport(XmlDetailedReport detailedReport) Sets a DetailedReportConstructors in eu.europa.esig.dss.ws.validation.dto with parameters of type XmlDetailedReportModifierConstructorDescriptionWSReportsDTO(XmlDiagnosticData diagnosticData, XmlSimpleReport simpleReport, XmlDetailedReport detailedReport) Default constructor without ETSI Validation reportWSReportsDTO(XmlDiagnosticData diagnosticData, XmlSimpleReport simpleReport, XmlDetailedReport detailedReport, ValidationReportType validationReport) Default constructor with ETSI Validation report