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

Header

extends CustomizableEntity
java.lang.Object
   ↳ org.apache.oltu.commons.json.CustomizableEntity
     ↳ org.apache.oltu.jose.jws.Header

Class Overview

Represents the Header as defined in the section 4 of the JWS specification.

See Also
  • http://tools.ietf.org/html/draft-ietf-jose-json-web-signature-15#section-4

Summary

Public Methods
String getAlgorithm()
String getContentType()
String[] getCritical()
String getJsonWebKey()
String getJwkSetUrl()
String getKeyId()
String getType()
String getX509CertificateChain()
String getX509CertificateThumbprint()
String getX509url()
[Expand]
Inherited Methods
From class org.apache.oltu.commons.json.CustomizableEntity
From class java.lang.Object

Public Methods

public String getAlgorithm ()

public String getContentType ()

public String[] getCritical ()

public String getJsonWebKey ()

public String getJwkSetUrl ()

public String getKeyId ()

public String getType ()

public String getX509CertificateChain ()

public String getX509CertificateThumbprint ()

public String getX509url ()