Class SimpleCertificateReportXmlDefiner
java.lang.Object
eu.europa.esig.dss.simplecertificatereport.SimpleCertificateReportXmlDefiner
public final class SimpleCertificateReportXmlDefiner extends Object
-
Field Summary
Fields Modifier and Type Field Description static ObjectFactory
OBJECT_FACTORY
static String
SIMPLE_CERTIFICATE_REPORT_SCHEMA_LOCATION
static String
SIMPLE_CERTIFICATE_REPORT_XSLT_HTML_BOOTSTRAP3_LOCATION
static String
SIMPLE_CERTIFICATE_REPORT_XSLT_HTML_BOOTSTRAP4_LOCATION
-
Method Summary
Modifier and Type Method Description static Templates
getHtmlBootstrap3Templates()
static Templates
getHtmlBootstrap4Templates()
static JAXBContext
getJAXBContext()
static Schema
getSchema()
-
Field Details
-
Method Details
-
getJAXBContext
- Throws:
JAXBException
-
getSchema
- Throws:
IOException
SAXException
-
getHtmlBootstrap3Templates
public static Templates getHtmlBootstrap3Templates() throws TransformerConfigurationException, IOException -
getHtmlBootstrap4Templates
public static Templates getHtmlBootstrap4Templates() throws TransformerConfigurationException, IOException
-