Uses of Class
eu.europa.esig.dss.simplecertificatereport.jaxb.XmlSimpleCertificateReport
Packages that use XmlSimpleCertificateReport
Package
Description
-
Uses of XmlSimpleCertificateReport in eu.europa.esig.dss.simplecertificatereport
Methods in eu.europa.esig.dss.simplecertificatereport that return XmlSimpleCertificateReportModifier and TypeMethodDescriptionSimpleCertificateReport.getJaxbModel()This methods returns the jaxb model of the simple certificate reportMethods in eu.europa.esig.dss.simplecertificatereport that return types with arguments of type XmlSimpleCertificateReportModifier and TypeMethodDescriptionprotected jakarta.xml.bind.JAXBElement<XmlSimpleCertificateReport> SimpleCertificateReportFacade.wrap(XmlSimpleCertificateReport simpleCertificateReport) Methods in eu.europa.esig.dss.simplecertificatereport with parameters of type XmlSimpleCertificateReportModifier and TypeMethodDescriptionSimpleCertificateReportFacade.generateHtmlReport(XmlSimpleCertificateReport simpleCertificateReport) Generates a Bootstrap 4 Simple Certificate reportvoidSimpleCertificateReportFacade.generateHtmlReport(XmlSimpleCertificateReport simpleCertificateReport, Result result) Generates a Bootstrap 4 Simple Certificate reportvoidSimpleCertificateReportFacade.generatePdfReport(XmlSimpleCertificateReport simpleCertificateReport, Result result) Generates a PDF Detailed reportprotected jakarta.xml.bind.JAXBElement<XmlSimpleCertificateReport> SimpleCertificateReportFacade.wrap(XmlSimpleCertificateReport simpleCertificateReport) Constructors in eu.europa.esig.dss.simplecertificatereport with parameters of type XmlSimpleCertificateReportModifierConstructorDescriptionSimpleCertificateReport(XmlSimpleCertificateReport simpleReport) Default constructor -
Uses of XmlSimpleCertificateReport in eu.europa.esig.dss.simplecertificatereport.jaxb
Methods in eu.europa.esig.dss.simplecertificatereport.jaxb that return XmlSimpleCertificateReportModifier and TypeMethodDescriptionObjectFactory.createXmlSimpleCertificateReport()Create an instance ofXmlSimpleCertificateReportMethods in eu.europa.esig.dss.simplecertificatereport.jaxb that return types with arguments of type XmlSimpleCertificateReportModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<XmlSimpleCertificateReport> ObjectFactory.createSimpleCertificateReport(XmlSimpleCertificateReport value) Methods in eu.europa.esig.dss.simplecertificatereport.jaxb with parameters of type XmlSimpleCertificateReportModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<XmlSimpleCertificateReport> ObjectFactory.createSimpleCertificateReport(XmlSimpleCertificateReport value) -
Uses of XmlSimpleCertificateReport in eu.europa.esig.dss.validation.executor.certificate
Methods in eu.europa.esig.dss.validation.executor.certificate that return XmlSimpleCertificateReportModifier and TypeMethodDescriptionSimpleReportForCertificateBuilder.build()BuildsXmlSimpleCertificateReport -
Uses of XmlSimpleCertificateReport in eu.europa.esig.dss.validation.reports
Methods in eu.europa.esig.dss.validation.reports that return XmlSimpleCertificateReportModifier and TypeMethodDescriptionCertificateReports.getSimpleReportJaxb()This method returns the JAXB XmlSimpleCertificateReportConstructors in eu.europa.esig.dss.validation.reports with parameters of type 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
Methods in eu.europa.esig.dss.ws.cert.validation.dto that return XmlSimpleCertificateReportModifier and TypeMethodDescriptionCertificateReportsDTO.getSimpleCertificateReport()Gets the Simple Certificate reportMethods in eu.europa.esig.dss.ws.cert.validation.dto with parameters of type XmlSimpleCertificateReportModifier and TypeMethodDescriptionvoidCertificateReportsDTO.setSimpleCertificateReport(XmlSimpleCertificateReport simpleCertificateReport) Sets the Simple Certificate reportConstructors in eu.europa.esig.dss.ws.cert.validation.dto with parameters of type XmlSimpleCertificateReportModifierConstructorDescriptionCertificateReportsDTO(XmlDiagnosticData diagnosticData, XmlSimpleCertificateReport simpleCertificateReport, XmlDetailedReport detailedReport) The default constructor -
Uses of XmlSimpleCertificateReport in eu.europa.esig.dss.ws.cert.validation.soap.client
Methods in eu.europa.esig.dss.ws.cert.validation.soap.client that return XmlSimpleCertificateReportModifier and TypeMethodDescriptionWSCertificateReportsDTO.getSimpleCertificateReport()Gets the Simple Certificate reportMethods in eu.europa.esig.dss.ws.cert.validation.soap.client with parameters of type XmlSimpleCertificateReportModifier and TypeMethodDescriptionvoidWSCertificateReportsDTO.setSimpleCertificateReport(XmlSimpleCertificateReport simpleCertificateReport) Sets the Simple Certificate reportConstructors in eu.europa.esig.dss.ws.cert.validation.soap.client with parameters of type XmlSimpleCertificateReportModifierConstructorDescriptionWSCertificateReportsDTO(XmlDiagnosticData diagnosticData, XmlSimpleCertificateReport simpleCertificateReport, XmlDetailedReport detailedReport) The default constructor