Package eu.europa.esig.jades
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 String
The JAdES schema of definitionsprotected static final String
The JAdES schema name URIprotected static final String
Subfolder with RFC definitionsprotected static final String
The RFC 7519 schema of definitionsprotected static final String
The RFC 7519 schema name URIprotected static final String
The RFC 7797 schema of definitionsprotected static final String
The RFC 7797 schema name URIFields inherited from class eu.europa.esig.jws.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 eu.europa.esig.json.JSONSchemaAbstractUtils
getJSONSchemaDefinitions, getSchema, getSchemaURI, getValidator, loadSchema, validateAgainstSchema, validateAgainstSchema, validateAgainstSchema, validateAgainstSchema
-
Field Details
-
RFC7519_SCHEMA_LOCATION
The RFC 7519 schema of definitions- See Also:
-
RFC7519_SCHEMA_URI
The RFC 7519 schema name URI- See Also:
-
RFC7797_SCHEMA_LOCATION
The RFC 7797 schema of definitions- See Also:
-
RFC7797_SCHEMA_URI
The RFC 7797 schema name URI- See Also:
-
RFC_SUBDIRECTORY
Subfolder with RFC definitions- See Also:
-
JAdES_SCHEMA_DEFINITIONS_URI
The JAdES schema name URI- See Also:
-
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:AbstractJWSUtils
Gets a map of RFC definitions- Overrides:
getRFCDefinitions
in classAbstractJWSUtils
- Returns:
- a map between schema URI's and JSON schema file locations
-
getSchemaDefinitions
Description copied from class:JSONSchemaAbstractUtils
Gets a list of schema definitions- Specified by:
getSchemaDefinitions
in classJSONSchemaAbstractUtils
- Returns:
- a map between schema URI's and their filesystem locations
-