Package eu.europa.esig.xmldsig
Class XmlDSigUtils
java.lang.Object
eu.europa.esig.dss.jaxb.common.XSDAbstractUtils
eu.europa.esig.xmldsig.XmlDSigUtils
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic XmlDSigUtils
Returns instance ofXmlDSigUtils
jakarta.xml.bind.JAXBContext
Returns a JAXBContextReturns a list of module-specific XSDSource
sMethods inherited from class eu.europa.esig.dss.jaxb.common.XSDAbstractUtils
getSchema, getSchema, validate, validateAgainstXSD, validateAgainstXSD
-
Field Details
-
XML_SCHEMA_LOCATION
-
XMLDSIG_SCHEMA_LOCATION
-
XMLDSIG_FILTER2_SCHEMA_LOCATION
XMLDSIG Filter 2.0 schema location- See Also:
-
-
Method Details
-
getInstance
-
getJAXBContext
public jakarta.xml.bind.JAXBContext getJAXBContext() throws jakarta.xml.bind.JAXBExceptionDescription copied from class:XSDAbstractUtils
Returns a JAXBContext- Specified by:
getJAXBContext
in classXSDAbstractUtils
- Returns:
- the created
JAXBContext
- Throws:
jakarta.xml.bind.JAXBException
- in case of an exception
-
getXSDSources
Description copied from class:XSDAbstractUtils
Returns a list of module-specific XSDSource
s- Specified by:
getXSDSources
in classXSDAbstractUtils
- Returns:
- list of XSD
Source
s
-