public static interface JsonConstants.JWS
http://self-issued.info/docs/draft-ietf-jose-json-web-signature.html
Modifier and Type | Field and Description |
---|---|
static String |
SIGN_ALG_ES256
JSON Web Signature Algorithm : ECDSA using P-256 curve and SHA-256 hash algorithm (recommended).
|
static String |
SIGN_ALG_ES383
JSON Web Signature Algorithm : ECDSA using P-384 curve and SHA-384 hash algorithm (optional).
|
static String |
SIGN_ALG_ES512
JSON Web Signature Algorithm : ECDSA using P-521 curve and SHA-512 hash algorithm (optional).
|
static String |
SIGN_ALG_HS256
JSON Web Signature Algorithm : HMAC using SHA-256 hash algorithm (required).
|
static String |
SIGN_ALG_HS384
JSON Web Signature Algorithm : HMAC using SHA-384 hash algorithm (optional).
|
static String |
SIGN_ALG_HS512
JSON Web Signature Algorithm : HMAC using SHA-512 hash algorithm (optional).
|
static String |
SIGN_ALG_RS256
JSON Web Signature Algorithm : RSASSA-PKCS-v1_5 using SHA-256 hash algorithm (recommended).
|
static String |
SIGN_ALG_RS383
JSON Web Signature Algorithm : RSASSA-PKCS-v1_5 using SHA-384 hash algorithm (optional).
|
static String |
SIGN_ALG_RS512
JSON Web Signature Algorithm : RSASSA-PKCS-v1_5 using SHA-512 hash algorithm (optional).
|
static final String SIGN_ALG_HS256
static final String SIGN_ALG_HS384
static final String SIGN_ALG_HS512
static final String SIGN_ALG_ES256
static final String SIGN_ALG_ES383
static final String SIGN_ALG_ES512
static final String SIGN_ALG_RS256
static final String SIGN_ALG_RS383
static final String SIGN_ALG_RS512
Copyright © 2015. All rights reserved.