Package eu.europa.esig.jades
Class JAdESUnprotectedHeaderUtils
java.lang.Object
eu.europa.esig.json.JSONSchemaAbstractUtils
eu.europa.esig.jws.AbstractJWSUtils
eu.europa.esig.jades.AbstractJAdESUtils
eu.europa.esig.jades.JAdESUnprotectedHeaderUtils
Contains utils for JAdES Unprotected 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_URI
Fields 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 JAdESUnprotectedHeaderUtils
Returns instance ofJAdESUnprotectedHeaderUtils
Gets a list of schema definitionsGets URI for the current schemaMethods inherited from class eu.europa.esig.jades.AbstractJAdESUtils
getRFCDefinitions
Methods inherited from class eu.europa.esig.json.JSONSchemaAbstractUtils
getJSONSchemaDefinitions, getSchema, getValidator, loadSchema, validateAgainstSchema, validateAgainstSchema, validateAgainstSchema, validateAgainstSchema
-
Method Details
-
getInstance
Returns instance ofJAdESUnprotectedHeaderUtils
- Returns:
JAdESUnprotectedHeaderUtils
-
getSchemaURI
Description copied from class:JSONSchemaAbstractUtils
Gets URI for the current schema- Specified by:
getSchemaURI
in classJSONSchemaAbstractUtils
- Returns:
String
-
getSchemaDefinitions
Description copied from class:JSONSchemaAbstractUtils
Gets a list of schema definitions- Overrides:
getSchemaDefinitions
in classAbstractJAdESUtils
- Returns:
- a map between schema URI's and their filesystem locations
-