See: Description
Interface | Description |
---|---|
JsonConstants |
Define JSON Constants associated with JSON Object Signing and Encryption(JOSE) implementations.
|
JsonConstants.COMMON |
The Interface COMMON represents common JSON Constants used with JSON Web Signature(JWS) and JSON Web Encryption(JWE).
|
JsonConstants.JWE |
JSON Web Encryption (JWE) represents encrypted content using JavaScript Object Notation (JSON) based data structures.
|
JsonConstants.JWK |
A JSON Web Key (JWK) is a JavaScript Object Notation (JSON) data structure that represents a cryptographic key.
|
JsonConstants.JWK_RSA |
A RSA JSON Web Key (JWK) is a JavaScript Object Notation (JSON) data structure that represents a cryptographic RSA
key(Public or Private) or key parameters exclusively used for RSA Keys.
|
JsonConstants.JWS |
JSON Web Signature (JWS) represents content secured with digital signatures or Message Authentication Codes (MACs) using
JavaScript Object Notation (JSON) based data structures.
|
JsonConstants.JWT |
JSON Web Token (JWT) is a compact URL-safe means of representing claims to be transferred between two parties.
|
JsonMessages |
An instance of
MessageBundle from JBoss Logging |
Exception | Description |
---|---|
JsonException |
Provides all the necessary classes to support JSON and related specifications.
Copyright © 2015. All rights reserved.