Package eu.europa.esig.dss.pki.jaxb
Class PKIJaxbXmlDefiner
java.lang.Object
eu.europa.esig.dss.pki.jaxb.PKIJaxbXmlDefiner
This class is used to provide an XSD schema for a PKI and templates
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic jakarta.xml.bind.JAXBContext
Gets the JAXB contextstatic Schema
Gets the XSD Schema for the PKI
-
Field Details
-
OBJECT_FACTORY
ObjectFactory instance
-
-
Method Details
-
getJAXBContext
public static jakarta.xml.bind.JAXBContext getJAXBContext() throws jakarta.xml.bind.JAXBExceptionGets the JAXB context- Returns:
JAXBContext
- Throws:
jakarta.xml.bind.JAXBException
- if an exception occurs
-
getSchema
Gets the XSD Schema for the PKI- Returns:
Schema
- Throws:
IOException
- if XSD reading exception occursSAXException
- if an exception occurs
-