Package eu.europa.esig.xmldsig
Class XmlDSigUtils
java.lang.Object
eu.europa.esig.xmldsig.XSDAbstractUtils
eu.europa.esig.xmldsig.XmlDSigUtils
public final class XmlDSigUtils extends XSDAbstractUtils
XMLDSIG schema utils
-
Field Summary
Fields Modifier and Type Field Description static String
XML_SCHEMA_LOCATION
XML schema locationstatic String
XMLDSIG_FILTER2_SCHEMA_LOCATION
XMLDSIG Filter 2.0 schema locationstatic String
XMLDSIG_SCHEMA_LOCATION
XMLDSIG schema location -
Method Summary
Modifier and Type Method Description static XmlDSigUtils
getInstance()
Returns instance ofXmlDSigUtils
JAXBContext
getJAXBContext()
Returns a JAXBContextList<Source>
getXSDSources()
Returns a list of module-specific XSDSource
sMethods inherited from class eu.europa.esig.xmldsig.XSDAbstractUtils
getSchema, getSchema, validate, validateAgainstXSD, validateAgainstXSD
-
Field Details
-
XML_SCHEMA_LOCATION
XML schema location- See Also:
- Constant Field Values
-
XMLDSIG_SCHEMA_LOCATION
XMLDSIG schema location- See Also:
- Constant Field Values
-
XMLDSIG_FILTER2_SCHEMA_LOCATION
XMLDSIG Filter 2.0 schema location- See Also:
- Constant Field Values
-
-
Method Details
-
getInstance
Returns instance ofXmlDSigUtils
- Returns:
XmlDSigUtils
-
getJAXBContext
Description copied from class:XSDAbstractUtils
Returns a JAXBContext- Specified by:
getJAXBContext
in classXSDAbstractUtils
- Returns:
- the created
JAXBContext
- Throws:
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
-