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 XmlDetailedReportDetailedReport. 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 StringDetailedReportFacade. generateHtmlBootstrap3Report(XmlDetailedReport detailedReport)Generates a Bootstrap 3 Detailed reportvoidDetailedReportFacade. generateHtmlBootstrap3Report(XmlDetailedReport detailedReport, Result result)Generates a Bootstrap 3 Detailed report and writes toresultStringDetailedReportFacade. 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 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 XmlDetailedReportObjectFactory. createXmlDetailedReport()Create an instance ofXmlDetailedReportMethods 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 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 XmlDetailedReport Modifier and Type Method Description XmlDetailedReportAbstractReports. 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 XmlDetailedReportCertificateReportsDTO. getDetailedReport()Gets the Detailed reportMethods in eu.europa.esig.dss.ws.cert.validation.dto with parameters of type XmlDetailedReport Modifier and Type Method Description voidCertificateReportsDTO. 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 XmlDetailedReportWSCertificateReportsDTO. 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 voidWSCertificateReportsDTO. 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 XmlDetailedReportWSReportsDTO. getDetailedReport()Gets a DetailedReportMethods in eu.europa.esig.dss.ws.validation.dto with parameters of type XmlDetailedReport Modifier and Type Method Description voidWSReportsDTO. 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