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
Modifier and TypeFieldDescriptionstatic final ObjectFactory
The Object Factory to usestatic final String
static final String
The Trusted List XSD schema locationstatic final String
-
Method Summary
Modifier and TypeMethodDescriptionstatic TrustedListUtils
Returns instance ofTrustedListUtils
Returns a JAXBContextReturns a list of module-specific XSDSource
sMethods 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:XSDAbstractUtils
Returns a JAXBContext- Specified by:
getJAXBContext
in classXSDAbstractUtils
- Returns:
- the created
JAXBContext
- Throws:
JAXBException
- in case of an exception
-
getXSDSources
Description copied from class:XSDAbstractUtils
Returns a list of module-specific XSDSource
s- Specified by:
getXSDSources
in classXSDAbstractUtils
- Returns:
- list of XSD
Source
s
-