public final class JWSHeaderWriter extends CustomizableEntityWriter<Header>
| Modifier and Type | Field and Description |
|---|---|
static String |
ALGORITHM
The
alg JWT Header key. |
static String |
CONTENT_TYPE
The
cty JWT Header key. |
static String |
CRITICAL
The
crit JWT Header key. |
static String |
JSON_WEB_KEY
The
jwk JWT Header key. |
static String |
JWK_SET_URL
The
jku JWT Header key. |
static String |
KEY_ID
The
kid JWT Header key. |
static String |
TYPE
The
typ JWT Header key. |
static String |
X509_CERTIFICATE_CHAIN
The
x5c JWT Header key. |
static String |
X509_CERTIFICATE_THUMBPRINT
The
x5t JWT Header key. |
static String |
X509_URL
The
x5u JWT Header key. |
| Constructor and Description |
|---|
JWSHeaderWriter() |
public static final String ALGORITHM
alg JWT Header key.public static final String JWK_SET_URL
jku JWT Header key.public static final String JSON_WEB_KEY
jwk JWT Header key.public static final String X509_URL
x5u JWT Header key.public static final String X509_CERTIFICATE_THUMBPRINT
x5t JWT Header key.public static final String X509_CERTIFICATE_CHAIN
x5c JWT Header key.public static final String KEY_ID
kid JWT Header key.public static final String TYPE
typ JWT Header key.public static final String CONTENT_TYPE
cty JWT Header key.public static final String CRITICAL
crit JWT Header key.Copyright © 2010 - 2020 Adobe. All Rights Reserved