Package eu.europa.esig.xmldsig
Class XmlDSigUtils
java.lang.Object
eu.europa.esig.xmldsig.XSDAbstractUtils
eu.europa.esig.xmldsig.XmlDSigUtils
XMLDSIG schema utils
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic XmlDSigUtilsReturns instance ofXmlDSigUtilsReturns a JAXBContextReturns a list of module-specific XSDSourcesMethods inherited from class eu.europa.esig.xmldsig.XSDAbstractUtils
getSchema, getSchema, validate, validateAgainstXSD, validateAgainstXSD
-
Field Details
-
XML_SCHEMA_LOCATION
XML schema location- See Also:
-
XMLDSIG_SCHEMA_LOCATION
XMLDSIG schema location- See Also:
-
XMLDSIG_FILTER2_SCHEMA_LOCATION
XMLDSIG Filter 2.0 schema location- See Also:
-
-
Method Details
-
getInstance
Returns instance ofXmlDSigUtils- Returns:
XmlDSigUtils
-
getJAXBContext
Description copied from class:XSDAbstractUtilsReturns a JAXBContext- Specified by:
getJAXBContextin classXSDAbstractUtils- Returns:
- the created
JAXBContext - Throws:
JAXBException- in case of an exception
-
getXSDSources
Description copied from class:XSDAbstractUtilsReturns a list of module-specific XSDSources- Specified by:
getXSDSourcesin classXSDAbstractUtils- Returns:
- list of XSD
Sources
-