Package eu.europa.esig.jws
Class AbstractJWSUtils
java.lang.Object
eu.europa.esig.json.JSONSchemaAbstractUtils
eu.europa.esig.jws.AbstractJWSUtils
- Direct Known Subclasses:
AbstractJAdESUtils,JWSProtectedHeaderUtils,JWSUnprotectedHeaderUtils,JWSUtils
Abstract class for JWS signature validation against JSON schemas
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets a map of RFC definitionsMethods inherited from class eu.europa.esig.json.JSONSchemaAbstractUtils
getJSONSchemaDefinitions, getSchema, getSchemaDefinitions, getSchemaURI, getValidator, loadSchema, validateAgainstSchema, validateAgainstSchema, validateAgainstSchema, validateAgainstSchema
-
Field Details
-
RFC7515_SCHEMA_LOCATION
The RFC 7515 schema of definitions- See Also:
-
RFC7515_SCHEMA_URI
The RFC 7515 schema name URI- See Also:
-
RFC7517_SCHEMA_LOCATION
The RFC 7517 schema of definitions- See Also:
-
RFC7517_SCHEMA_URI
The RFC 7517 schema name URI- See Also:
-
-
Constructor Details
-
AbstractJWSUtils
protected AbstractJWSUtils()Default constructor
-
-
Method Details
-
getRFCDefinitions
Gets a map of RFC definitions- Returns:
- a map between schema URI's and JSON schema file locations
-