public interface JsonConstants
Modifier and Type | Interface and Description |
---|---|
static interface |
JsonConstants.COMMON
The Interface COMMON represents common JSON Constants used with JSON Web Signature(JWS) and JSON Web Encryption(JWE).
|
static interface |
JsonConstants.JWE
JSON Web Encryption (JWE) represents encrypted content using JavaScript Object Notation (JSON) based data structures.
|
static interface |
JsonConstants.JWK
A JSON Web Key (JWK) is a JavaScript Object Notation (JSON) data structure that represents a cryptographic key.
|
static interface |
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.
|
static interface |
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.
|
static interface |
JsonConstants.JWT
JSON Web Token (JWT) is a compact URL-safe means of representing claims to be transferred between two parties.
|
static final String RSA
Copyright © 2014. All rights reserved.