Package eu.europa.esig.trustedlist
Class TrustedListUtils
java.lang.Object
eu.europa.esig.xmldsig.XSDAbstractUtils
eu.europa.esig.trustedlist.TrustedListUtils
public final class TrustedListUtils extends XSDAbstractUtils
Trusted Lists Utils
-
Field Summary
Fields Modifier and Type Field Description static ObjectFactoryOBJECT_FACTORYThe Object Factory to usestatic StringTRUSTED_LIST_ADDITIONALTYPES_SCHEMA_LOCATIONstatic StringTRUSTED_LIST_SCHEMA_LOCATIONThe Trusted List XSD schema locationstatic StringTRUSTED_LIST_SIE_SCHEMA_LOCATION -
Method Summary
Modifier and Type Method Description static TrustedListUtilsgetInstance()Returns instance ofTrustedListUtilsJAXBContextgetJAXBContext()Returns a JAXBContextList<Source>getXSDSources()Returns a list of module-specific XSDSourcesMethods inherited from class eu.europa.esig.xmldsig.XSDAbstractUtils
getSchema, getSchema, validate, validateAgainstXSD, validateAgainstXSD
-
Field Details
-
OBJECT_FACTORY
The Object Factory to use -
TRUSTED_LIST_SCHEMA_LOCATION
The Trusted List XSD schema location- See Also:
- Constant Field Values
-
TRUSTED_LIST_SIE_SCHEMA_LOCATION
- See Also:
- Constant Field Values
-
TRUSTED_LIST_ADDITIONALTYPES_SCHEMA_LOCATION
- See Also:
- Constant Field Values
-
-
Method Details
-
getInstance
Returns instance ofTrustedListUtils- Returns:
TrustedListUtils
-
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
-