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()Methods 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. generateHtmlReport(XmlDetailedReport detailedReport)voidDetailedReportFacade. generateHtmlReport(XmlDetailedReport detailedReport, Result result)voidDetailedReportFacade. generatePdfReport(XmlDetailedReport detailedReport, Result result)protected JAXBElement<XmlDetailedReport>DetailedReportFacade. wrap(XmlDetailedReport detailedReport)Constructors in eu.europa.esig.dss.detailedreport with parameters of type XmlDetailedReport Constructor Description DetailedReport(XmlDetailedReport jaxbDetailedReport) -
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() -
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()Methods in eu.europa.esig.dss.ws.cert.validation.dto with parameters of type XmlDetailedReport Modifier and Type Method Description voidCertificateReportsDTO. setDetailedReport(XmlDetailedReport detailedReport)Constructors in eu.europa.esig.dss.ws.cert.validation.dto with parameters of type XmlDetailedReport Constructor Description CertificateReportsDTO(XmlDiagnosticData diagnosticData, XmlSimpleCertificateReport simpleCertificateReport, XmlDetailedReport detailedReport) -
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()Methods in eu.europa.esig.dss.ws.cert.validation.soap.client with parameters of type XmlDetailedReport Modifier and Type Method Description voidWSCertificateReportsDTO. setDetailedReport(XmlDetailedReport detailedReport)Constructors in eu.europa.esig.dss.ws.cert.validation.soap.client with parameters of type XmlDetailedReport Constructor Description WSCertificateReportsDTO(XmlDiagnosticData diagnosticData, XmlSimpleCertificateReport simpleCertificateReport, XmlDetailedReport detailedReport) -
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()Methods in eu.europa.esig.dss.ws.validation.dto with parameters of type XmlDetailedReport Modifier and Type Method Description voidWSReportsDTO. setDetailedReport(XmlDetailedReport detailedReport)Constructors in eu.europa.esig.dss.ws.validation.dto with parameters of type XmlDetailedReport Constructor Description WSReportsDTO(XmlDiagnosticData diagnosticData, XmlSimpleReport simpleReport, XmlDetailedReport detailedReport)WSReportsDTO(XmlDiagnosticData diagnosticData, XmlSimpleReport simpleReport, XmlDetailedReport detailedReport, ValidationReportType validationReport)
-