Package eu.europa.esig.trustedlist
Class TrustedListUtils
java.lang.Object
eu.europa.esig.xmldsig.XSDAbstractUtils
eu.europa.esig.trustedlist.TrustedListUtils
Trusted Lists Utils
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ObjectFactoryThe Object Factory to usestatic final Stringstatic final StringThe Trusted List XSD schema locationstatic final String -
Method Summary
Modifier and TypeMethodDescriptionstatic TrustedListUtilsReturns instance ofTrustedListUtilsReturns a JAXBContextReturns 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:
-
TRUSTED_LIST_SIE_SCHEMA_LOCATION
- See Also:
-
TRUSTED_LIST_ADDITIONALTYPES_SCHEMA_LOCATION
- See Also:
-
-
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
-