public static interface JsonConstants.COMMON
Modifier and Type | Field and Description |
---|---|
static String |
ALG
The alg (algorithm) Header Parameter identifies the cryptographic algorithm used to secure the JWS or JWE.
|
static String |
ENC
The enc (encryption algorithm) Header Parameter identifies the content encryption algorithm used to encrypt the
Plaintext to produce the Ciphertext.
|
static String |
HEADER_CONTENT_TYPE
The cty (content type) Header Parameter is used by JWS or JWE applications to declare the MIME Media Type
[IANA.MediaTypes] of the secured content (the payload) or encrypted plaintext.
|
static String |
HEADER_JSON_WEB_KEY
The jwk (JSON Web Key) Header Parameter is the public key that corresponds to the key used to digitally sign the JWS.
|
static String |
HEADER_JWK_SET_URL
The jku (JWK Set URL) Header Parameter is a URI [RFC3986] that refers to a resource for a set of JSON-encoded public
keys, one of which corresponds to the key used to digitally sign the JWS or encrypt plaintext using JWE.
|
static String |
HEADER_TYPE
The typ (type) Header Parameter is used by JWS or JWE to declare the MIME Media Type [IANA.MediaTypes] of this
complete JWS or JWE object.
|
static String |
KEY_ID
The kid (key ID) member can be used to match a specific key.
|
static String |
PERIOD
The period for serialization of JWS or JWE.
|
static final String ALG
static final String ENC
static final String KEY_ID
When used with JWS or JWE, the kid value is used to match a JWS or JWE kid Header Parameter value.
static final String HEADER_TYPE
static final String HEADER_CONTENT_TYPE
static final String HEADER_JWK_SET_URL
static final String HEADER_JSON_WEB_KEY
static final String PERIOD
Copyright © 2014. All rights reserved.