Class SimpleCertificateReportXmlDefiner
java.lang.Object
eu.europa.esig.dss.simplecertificatereport.SimpleCertificateReportXmlDefiner
public final class SimpleCertificateReportXmlDefiner extends Object
Contains cached certificate simple report schemas and templates
-
Field Summary
Fields Modifier and Type Field Description static ObjectFactory
OBJECT_FACTORY
The object factory to use -
Method Summary
Modifier and Type Method Description static Templates
getHtmlBootstrap3Templates()
Gets the HTML Bootstrap 3 templatestatic Templates
getHtmlBootstrap4Templates()
Gets the HTML Bootstrap 4 templatestatic JAXBContext
getJAXBContext()
Gets theJAXBContext
static Templates
getPdfTemplates()
Gets the PDF templatestatic Schema
getSchema()
Gets theSchema
-
Field Details
-
OBJECT_FACTORY
The object factory to use
-
-
Method Details
-
getJAXBContext
Gets theJAXBContext
- Returns:
JAXBContext
- Throws:
JAXBException
- if an exception occurs
-
getSchema
Gets theSchema
- Returns:
Schema
- Throws:
IOException
- if IOException occursSAXException
- if SAXException occurs
-
getHtmlBootstrap3Templates
public static Templates getHtmlBootstrap3Templates() throws TransformerConfigurationException, IOExceptionGets the HTML Bootstrap 3 template- Returns:
Templates
- Throws:
TransformerConfigurationException
- if TransformerConfigurationException occursIOException
- if IOException occurs
-
getHtmlBootstrap4Templates
public static Templates getHtmlBootstrap4Templates() throws TransformerConfigurationException, IOExceptionGets the HTML Bootstrap 4 template- Returns:
Templates
- Throws:
TransformerConfigurationException
- if TransformerConfigurationException occursIOException
- if IOException occurs
-
getPdfTemplates
Gets the PDF template- Returns:
Templates
- Throws:
TransformerConfigurationException
- if TransformerConfigurationException occursIOException
- if IOException occurs
-