Uses of Class
eu.europa.esig.dss.detailedreport.jaxb.XmlDetailedReport
-
Uses of XmlDetailedReport in eu.europa.esig.dss.detailedreport
Methods in eu.europa.esig.dss.detailedreport that return XmlDetailedReport Modifier and Type Method Description XmlDetailedReport
DetailedReport. getJAXBModel()
Returns the JAXB Detailed ReportMethods in eu.europa.esig.dss.detailedreport that return types with arguments of type XmlDetailedReport Modifier and Type Method Description protected JAXBElement<XmlDetailedReport>
DetailedReportFacade. wrap(XmlDetailedReport detailedReport)
Methods in eu.europa.esig.dss.detailedreport with parameters of type XmlDetailedReport Modifier and Type Method Description String
DetailedReportFacade. generateHtmlBootstrap3Report(XmlDetailedReport detailedReport)
Generates a Bootstrap 3 Detailed reportvoid
DetailedReportFacade. generateHtmlBootstrap3Report(XmlDetailedReport detailedReport, Result result)
Generates a Bootstrap 3 Detailed report and writes toresult
String
DetailedReportFacade. generateHtmlReport(XmlDetailedReport detailedReport)
Generates a Bootstrap 4 Detailed reportvoid
DetailedReportFacade. generateHtmlReport(XmlDetailedReport detailedReport, Result result)
Generates a Bootstrap 4 Detailed report and writes toresult
void
DetailedReportFacade. generatePdfReport(XmlDetailedReport detailedReport, Result result)
Generates a PDF Detailed reportprotected JAXBElement<XmlDetailedReport>
DetailedReportFacade. wrap(XmlDetailedReport detailedReport)
Constructors in eu.europa.esig.dss.detailedreport with parameters of type XmlDetailedReport Constructor Description DetailedReport(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 XmlDetailedReport Modifier and Type Method Description XmlDetailedReport
ObjectFactory. createXmlDetailedReport()
Create an instance ofXmlDetailedReport
Methods in eu.europa.esig.dss.detailedreport.jaxb that return types with arguments of type XmlDetailedReport Modifier and Type Method Description JAXBElement<XmlDetailedReport>
ObjectFactory. createDetailedReport(XmlDetailedReport value)
Methods in eu.europa.esig.dss.detailedreport.jaxb with parameters of type XmlDetailedReport Modifier and Type Method Description 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 XmlDetailedReport Modifier and Type Method Description protected XmlDetailedReport
AbstractDetailedReportBuilder. init()
Initializes theXmlDetailedReport
by adding the TL analysis -
Uses of XmlDetailedReport in eu.europa.esig.dss.validation.reports
Methods in eu.europa.esig.dss.validation.reports that return XmlDetailedReport Modifier and Type Method Description XmlDetailedReport
AbstractReports. getDetailedReportJaxb()
This method returns the JAXB DetailedReportConstructors in eu.europa.esig.dss.validation.reports with parameters of type XmlDetailedReport Constructor Description AbstractReports(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 XmlDetailedReport Modifier and Type Method Description XmlDetailedReport
CertificateReportsDTO. getDetailedReport()
Gets the Detailed reportMethods in eu.europa.esig.dss.ws.cert.validation.dto with parameters of type XmlDetailedReport Modifier and Type Method Description void
CertificateReportsDTO. setDetailedReport(XmlDetailedReport detailedReport)
Sets the Detailed reportConstructors in eu.europa.esig.dss.ws.cert.validation.dto with parameters of type XmlDetailedReport Constructor Description CertificateReportsDTO(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 XmlDetailedReport Modifier and Type Method Description XmlDetailedReport
WSCertificateReportsDTO. getDetailedReport()
Gets the Detailed reportMethods in eu.europa.esig.dss.ws.cert.validation.soap.client with parameters of type XmlDetailedReport Modifier and Type Method Description void
WSCertificateReportsDTO. setDetailedReport(XmlDetailedReport detailedReport)
Sets the Detailed reportConstructors in eu.europa.esig.dss.ws.cert.validation.soap.client with parameters of type XmlDetailedReport Constructor Description WSCertificateReportsDTO(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 XmlDetailedReport Modifier and Type Method Description XmlDetailedReport
WSReportsDTO. getDetailedReport()
Gets a DetailedReportMethods in eu.europa.esig.dss.ws.validation.dto with parameters of type XmlDetailedReport Modifier and Type Method Description void
WSReportsDTO. setDetailedReport(XmlDetailedReport detailedReport)
Sets a DetailedReportConstructors in eu.europa.esig.dss.ws.validation.dto with parameters of type XmlDetailedReport Constructor Description WSReportsDTO(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