Class AbstractJAdESUtils
java.lang.Object
eu.europa.esig.json.JSONSchemaAbstractUtils
eu.europa.esig.jws.AbstractJWSUtils
eu.europa.esig.jades.AbstractJAdESUtils
- Direct Known Subclasses:
JAdESProtectedHeaderUtils, JAdESUnprotectedHeaderUtils, JAdESUtils
Abstract class for JAdES signature validation against JSON schemas
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final StringThe JAdES schema of definitionsprotected static final StringThe JAdES schema name URIprotected static final StringSubfolder with RFC definitionsprotected static final StringThe RFC 7519 schema of definitionsprotected static final StringThe RFC 7519 schema name URIprotected static final StringThe RFC 7797 schema of definitionsprotected static final StringThe RFC 7797 schema name URIFields inherited from class AbstractJWSUtils
RFC7515_SCHEMA_LOCATION, RFC7515_SCHEMA_URI, RFC7517_SCHEMA_LOCATION, RFC7517_SCHEMA_URI -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets a map of RFC definitionsGets a list of schema definitionsMethods inherited from class JSONSchemaAbstractUtils
getJSONSchemaDefinitions, getSchema, getSchemaURI, getValidator, loadSchema, validateAgainstSchema, validateAgainstSchema, validateAgainstSchema, validateAgainstSchema
-
Field Details
-
RFC7519_SCHEMA_LOCATION
-
RFC7519_SCHEMA_URI
-
RFC7797_SCHEMA_LOCATION
-
RFC7797_SCHEMA_URI
-
RFC_SUBDIRECTORY
-
JAdES_SCHEMA_DEFINITIONS_URI
-
JAdES_SCHEMA_DEFINITIONS_LOCATION
The JAdES schema of definitions- See Also:
-
-
Constructor Details
-
AbstractJAdESUtils
protected AbstractJAdESUtils()Default constructor
-
-
Method Details
-
getRFCDefinitions
Description copied from class:AbstractJWSUtilsGets a map of RFC definitions- Overrides:
getRFCDefinitionsin classAbstractJWSUtils- Returns:
- a map between schema URI's and JSON schema file locations
-
getSchemaDefinitions
Description copied from class:JSONSchemaAbstractUtilsGets a list of schema definitions- Specified by:
getSchemaDefinitionsin classJSONSchemaAbstractUtils- Returns:
- a map between schema URI's and their filesystem locations
-