This project has retired. For details please refer to its Attic page.
JWSHeaderWriter | Apache Oltu - JOSE
public final class

JWSHeaderWriter

extends CustomizableEntityWriter<CE extends CustomizableEntity>
java.lang.Object
   ↳ org.apache.oltu.commons.json.CustomizableEntityWriter<CE extends org.apache.oltu.commons.json.CustomizableEntity>
     ↳ org.apache.oltu.jose.jws.io.JWSHeaderWriter

Summary

Constants
String ALGORITHM The alg JWT Header key.
String CONTENT_TYPE The cty JWT Header key.
String CRITICAL The crit JWT Header key.
String JSON_WEB_KEY The jwk JWT Header key.
String JWK_SET_URL The jku JWT Header key.
String KEY_ID The kid JWT Header key.
String TYPE The typ JWT Header key.
String X509_CERTIFICATE_CHAIN The x5c JWT Header key.
String X509_CERTIFICATE_THUMBPRINT The x5t JWT Header key.
String X509_URL The x5u JWT Header key.
Public Constructors
JWSHeaderWriter()
Protected Methods
void handleProperties(Header header)
[Expand]
Inherited Methods
From class org.apache.oltu.commons.json.CustomizableEntityWriter
From class java.lang.Object

Constants

public static final String ALGORITHM

The alg JWT Header key.

Constant Value: "alg"

public static final String CONTENT_TYPE

The cty JWT Header key.

Constant Value: "cty"

public static final String CRITICAL

The crit JWT Header key.

Constant Value: "crit"

public static final String JSON_WEB_KEY

The jwk JWT Header key.

Constant Value: "jwk"

public static final String JWK_SET_URL

The jku JWT Header key.

Constant Value: "jku"

public static final String KEY_ID

The kid JWT Header key.

Constant Value: "kid"

public static final String TYPE

The typ JWT Header key.

Constant Value: "typ"

public static final String X509_CERTIFICATE_CHAIN

The x5c JWT Header key.

Constant Value: "x5c"

public static final String X509_CERTIFICATE_THUMBPRINT

The x5t JWT Header key.

Constant Value: "x5t"

public static final String X509_URL

The x5u JWT Header key.

Constant Value: "x5u"

Public Constructors

public JWSHeaderWriter ()

Protected Methods

protected void handleProperties (Header header)