Package eu.europa.esig.trustedlist
Class TrustedList211Utils
java.lang.Object
eu.europa.esig.dss.jaxb.common.XSDAbstractUtils
eu.europa.esig.trustedlist.TrustedList211Utils
Trusted Lists Utils for validation against the CID 2015/1505 requirements, ETSI TS 119 612 v2.1.1 XSD schema.
Also uses ETSI TS 101 903 XAdES schema, instead of ETSI EN 319 132-1 XSD.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic TrustedList211UtilsReturns instance ofTrustedList211Utilsjakarta.xml.bind.JAXBContextReturns a JAXBContextReturns a list of module-specific XSDSourcesMethods inherited from class eu.europa.esig.dss.jaxb.common.XSDAbstractUtils
getSchema, getSchema, validate, validateAgainstXSD, validateAgainstXSD
-
Field Details
-
TRUSTED_LIST_211_SCHEMA_LOCATION
The Trusted List TS 119 612 v2.1.1 XSD schema location- See Also:
-
TRUSTED_LIST_SIE_SCHEMA_LOCATION
- See Also:
-
TRUSTED_LIST_ADDITIONALTYPES_SCHEMA_LOCATION
- See Also:
-
-
Method Details
-
getInstance
Returns instance ofTrustedList211Utils- Returns:
TrustedList211Utils
-
getJAXBContext
public jakarta.xml.bind.JAXBContext getJAXBContext() throws jakarta.xml.bind.JAXBExceptionDescription copied from class:XSDAbstractUtilsReturns a JAXBContext- Specified by:
getJAXBContextin classXSDAbstractUtils- Returns:
- the created
JAXBContext - Throws:
jakarta.xml.bind.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
-