Uses of Class
eu.europa.esig.dss.simplecertificatereport.jaxb.XmlSimpleCertificateReport
Package
Description
-
Uses of XmlSimpleCertificateReport in eu.europa.esig.dss.simplecertificatereport
Modifier and TypeMethodDescriptionSimpleCertificateReport.getJaxbModel()
This methods returns the jaxb model of the simple certificate reportModifier and TypeMethodDescriptionprotected JAXBElement<XmlSimpleCertificateReport>
SimpleCertificateReportFacade.wrap
(XmlSimpleCertificateReport simpleCertificateReport) Modifier and TypeMethodDescriptionSimpleCertificateReportFacade.generateHtmlReport
(XmlSimpleCertificateReport simpleCertificateReport) Generates a Bootstrap 4 Simple Certificate reportvoid
SimpleCertificateReportFacade.generateHtmlReport
(XmlSimpleCertificateReport simpleCertificateReport, Result result) Generates a Bootstrap 4 Simple Certificate reportvoid
SimpleCertificateReportFacade.generatePdfReport
(XmlSimpleCertificateReport simpleCertificateReport, Result result) Generates a PDF Detailed reportprotected JAXBElement<XmlSimpleCertificateReport>
SimpleCertificateReportFacade.wrap
(XmlSimpleCertificateReport simpleCertificateReport) ModifierConstructorDescriptionSimpleCertificateReport
(XmlSimpleCertificateReport simpleReport) Default constructor -
Uses of XmlSimpleCertificateReport in eu.europa.esig.dss.simplecertificatereport.jaxb
Modifier and TypeMethodDescriptionObjectFactory.createXmlSimpleCertificateReport()
Create an instance ofXmlSimpleCertificateReport
Modifier and TypeMethodDescriptionObjectFactory.createSimpleCertificateReport
(XmlSimpleCertificateReport value) Modifier and TypeMethodDescriptionObjectFactory.createSimpleCertificateReport
(XmlSimpleCertificateReport value) -
Uses of XmlSimpleCertificateReport in eu.europa.esig.dss.validation.executor.certificate
Modifier and TypeMethodDescriptionSimpleReportForCertificateBuilder.build()
BuildsXmlSimpleCertificateReport
-
Uses of XmlSimpleCertificateReport in eu.europa.esig.dss.validation.reports
Modifier and TypeMethodDescriptionCertificateReports.getSimpleReportJaxb()
This method returns the JAXB XmlSimpleCertificateReportModifierConstructorDescriptionCertificateReports
(XmlDiagnosticData diagnosticDataJaxb, XmlDetailedReport detailedReport, XmlSimpleCertificateReport simpleReport) This is the default constructor to instantiate this container. -
Uses of XmlSimpleCertificateReport in eu.europa.esig.dss.ws.cert.validation.dto
Modifier and TypeMethodDescriptionCertificateReportsDTO.getSimpleCertificateReport()
Gets the Simple Certificate reportModifier and TypeMethodDescriptionvoid
CertificateReportsDTO.setSimpleCertificateReport
(XmlSimpleCertificateReport simpleCertificateReport) Sets the Simple Certificate reportModifierConstructorDescriptionCertificateReportsDTO
(XmlDiagnosticData diagnosticData, XmlSimpleCertificateReport simpleCertificateReport, XmlDetailedReport detailedReport) The default constructor -
Uses of XmlSimpleCertificateReport in eu.europa.esig.dss.ws.cert.validation.soap.client
Modifier and TypeMethodDescriptionWSCertificateReportsDTO.getSimpleCertificateReport()
Gets the Simple Certificate reportModifier and TypeMethodDescriptionvoid
WSCertificateReportsDTO.setSimpleCertificateReport
(XmlSimpleCertificateReport simpleCertificateReport) Sets the Simple Certificate reportModifierConstructorDescriptionWSCertificateReportsDTO
(XmlDiagnosticData diagnosticData, XmlSimpleCertificateReport simpleCertificateReport, XmlDetailedReport detailedReport) The default constructor