Package eu.europa.esig.xmldsig
Class XmlDSigUtils
- java.lang.Object
-
- eu.europa.esig.xmldsig.XmlDSigUtils
-
public final class XmlDSigUtils extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringXML_SCHEMA_LOCATIONstatic StringXMLDSIG_SCHEMA_LOCATION
-
-
-
Field Detail
-
XML_SCHEMA_LOCATION
public static final String XML_SCHEMA_LOCATION
- See Also:
- Constant Field Values
-
XMLDSIG_SCHEMA_LOCATION
public static final String XMLDSIG_SCHEMA_LOCATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
getJAXBContext
public static JAXBContext getJAXBContext() throws JAXBException
- Throws:
JAXBException
-
getSchema
public static Schema getSchema() throws SAXException
- Throws:
SAXException
-
-