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_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 JAdESProtectedHeaderUtils
Returns instance ofJAdESProtectedHeaderUtils
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 ofJAdESProtectedHeaderUtils
- Returns:
JAdESProtectedHeaderUtils
-
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
-