Class CertificateReports


  • public class CertificateReports
    extends AbstractReports
    This class is a container for all reports generated by the certificate validation process: diagnostic data, detailed report and simple report.
    • Constructor Detail

      • CertificateReports

        public CertificateReports​(XmlDiagnosticData diagnosticDataJaxb,
                                  XmlDetailedReport detailedReport,
                                  XmlSimpleCertificateReport simpleReport)
        This is the default constructor to instantiate this container.
        Parameters:
        diagnosticDataJaxb - the JAXB XmlDiagnosticData
        detailedReport - the JAXB XmlDetailedReport
        simpleReport - the JAXB XmlSimpleCertificateReport
    • Method Detail

      • getSimpleReport

        public SimpleCertificateReport getSimpleReport()
        This method returns the wrapper to manipulate the JAXB SimpleCertificateReport
        Returns:
        the wrapper SimpleCertificateReport
      • getSimpleReportJaxb

        public XmlSimpleCertificateReport getSimpleReportJaxb()
        This method returns the JAXB XmlSimpleCertificateReport
        Returns:
        the JAXB XmlSimpleCertificateReport