Uses of Class
eu.europa.esig.dss.simplecertificatereport.jaxb.XmlSimpleCertificateReport
-
Uses of XmlSimpleCertificateReport in eu.europa.esig.dss.simplecertificatereport
Methods in eu.europa.esig.dss.simplecertificatereport that return XmlSimpleCertificateReport Modifier and Type Method Description XmlSimpleCertificateReport
SimpleCertificateReport. 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 XmlSimpleCertificateReport Modifier and Type Method Description protected JAXBElement<XmlSimpleCertificateReport>
SimpleCertificateReportFacade. wrap(XmlSimpleCertificateReport simpleCertificateReport)
Methods in eu.europa.esig.dss.simplecertificatereport with parameters of type XmlSimpleCertificateReport Modifier and Type Method Description String
SimpleCertificateReportFacade. generateHtmlBootstrap3Report(XmlSimpleCertificateReport simpleCertificateReport)
Generates a Bootstrap 3 Simple Certificate reportvoid
SimpleCertificateReportFacade. generateHtmlBootstrap3Report(XmlSimpleCertificateReport simpleCertificateReport, Result result)
String
SimpleCertificateReportFacade. generateHtmlReport(XmlSimpleCertificateReport simpleCertificateReport)
Generates a Bootstrap 4 Simple Certificate reportvoid
SimpleCertificateReportFacade. generateHtmlReport(XmlSimpleCertificateReport simpleCertificateReport, Result result)
void
SimpleCertificateReportFacade. generatePdfReport(XmlSimpleCertificateReport simpleCertificateReport, Result result)
Generates a PDF Detailed reportprotected JAXBElement<XmlSimpleCertificateReport>
SimpleCertificateReportFacade. wrap(XmlSimpleCertificateReport simpleCertificateReport)
Constructors in eu.europa.esig.dss.simplecertificatereport with parameters of type XmlSimpleCertificateReport Constructor Description SimpleCertificateReport(XmlSimpleCertificateReport simpleReport)
-
Uses of XmlSimpleCertificateReport in eu.europa.esig.dss.simplecertificatereport.jaxb
Methods in eu.europa.esig.dss.simplecertificatereport.jaxb that return XmlSimpleCertificateReport Modifier and Type Method Description XmlSimpleCertificateReport
ObjectFactory. createXmlSimpleCertificateReport()
Create an instance ofXmlSimpleCertificateReport
Methods in eu.europa.esig.dss.simplecertificatereport.jaxb that return types with arguments of type XmlSimpleCertificateReport Modifier and Type Method Description JAXBElement<XmlSimpleCertificateReport>
ObjectFactory. createSimpleCertificateReport(XmlSimpleCertificateReport value)
Methods in eu.europa.esig.dss.simplecertificatereport.jaxb with parameters of type XmlSimpleCertificateReport Modifier and Type Method Description 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 XmlSimpleCertificateReport Modifier and Type Method Description XmlSimpleCertificateReport
SimpleReportForCertificateBuilder. build()
-
Uses of XmlSimpleCertificateReport in eu.europa.esig.dss.validation.reports
Methods in eu.europa.esig.dss.validation.reports that return XmlSimpleCertificateReport Modifier and Type Method Description XmlSimpleCertificateReport
CertificateReports. getSimpleReportJaxb()
This method returns the JAXB XmlSimpleCertificateReportConstructors in eu.europa.esig.dss.validation.reports with parameters of type XmlSimpleCertificateReport Constructor Description CertificateReports(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 XmlSimpleCertificateReport Modifier and Type Method Description XmlSimpleCertificateReport
CertificateReportsDTO. getSimpleCertificateReport()
Methods in eu.europa.esig.dss.ws.cert.validation.dto with parameters of type XmlSimpleCertificateReport Modifier and Type Method Description void
CertificateReportsDTO. setSimpleCertificateReport(XmlSimpleCertificateReport simpleCertificateReport)
Constructors in eu.europa.esig.dss.ws.cert.validation.dto with parameters of type XmlSimpleCertificateReport Constructor Description CertificateReportsDTO(XmlDiagnosticData diagnosticData, XmlSimpleCertificateReport simpleCertificateReport, XmlDetailedReport detailedReport)
-
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 XmlSimpleCertificateReport Modifier and Type Method Description XmlSimpleCertificateReport
WSCertificateReportsDTO. getSimpleCertificateReport()
Methods in eu.europa.esig.dss.ws.cert.validation.soap.client with parameters of type XmlSimpleCertificateReport Modifier and Type Method Description void
WSCertificateReportsDTO. setSimpleCertificateReport(XmlSimpleCertificateReport simpleCertificateReport)
Constructors in eu.europa.esig.dss.ws.cert.validation.soap.client with parameters of type XmlSimpleCertificateReport Constructor Description WSCertificateReportsDTO(XmlDiagnosticData diagnosticData, XmlSimpleCertificateReport simpleCertificateReport, XmlDetailedReport detailedReport)