Package eu.europa.esig.jades
Class JAdESProtectedHeaderUtils
java.lang.Object
eu.europa.esig.json.JSONSchemaAbstractUtils
eu.europa.esig.jws.AbstractJWSUtils
eu.europa.esig.jades.AbstractJAdESUtils
eu.europa.esig.jades.JAdESProtectedHeaderUtils
Contains utils for JAdES Protected header validation against JSON schemas
-
Field Summary
Fields inherited from class eu.europa.esig.jades.AbstractJAdESUtils
JAdES_SCHEMA_DEFINITIONS_LOCATION, JAdES_SCHEMA_DEFINITIONS_URI, RFC_SUBDIRECTORY, RFC7519_SCHEMA_LOCATION, RFC7519_SCHEMA_URI, RFC7797_SCHEMA_LOCATION, RFC7797_SCHEMA_URIFields inherited from class eu.europa.esig.jws.AbstractJWSUtils
RFC7515_SCHEMA_LOCATION, RFC7515_SCHEMA_URI, RFC7517_SCHEMA_LOCATION, RFC7517_SCHEMA_URI -
Method Summary
Modifier and TypeMethodDescriptionstatic JAdESProtectedHeaderUtilsReturns instance ofJAdESProtectedHeaderUtilsGets a list of schema definitionsGets URI for the current schemaMethods inherited from class eu.europa.esig.jades.AbstractJAdESUtils
getRFCDefinitionsMethods inherited from class eu.europa.esig.json.JSONSchemaAbstractUtils
getJSONSchemaDefinitions, getSchema, getValidator, loadSchema, validateAgainstSchema, validateAgainstSchema, validateAgainstSchema, validateAgainstSchema
-
Method Details
-
getInstance
Returns instance ofJAdESProtectedHeaderUtils- Returns:
JAdESProtectedHeaderUtils
-
getSchemaURI
Description copied from class:JSONSchemaAbstractUtilsGets URI for the current schema- Specified by:
getSchemaURIin classJSONSchemaAbstractUtils- Returns:
String
-
getSchemaDefinitions
Description copied from class:JSONSchemaAbstractUtilsGets a list of schema definitions- Overrides:
getSchemaDefinitionsin classAbstractJAdESUtils- Returns:
- a map between schema URI's and their filesystem locations
-