This project has retired. For details please refer to its Attic page.
Header (Apache Oltu - JOSE 2-SNAPSHOT API)

org.apache.oltu.jose.jws
Class Header

java.lang.Object
  extended by org.apache.oltu.commons.json.CustomizableEntity
      extended by org.apache.oltu.jose.jws.Header

public final class Header
extends org.apache.oltu.commons.json.CustomizableEntity

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

Method Summary
 String getAlgorithm()
           
 String getContentType()
           
 String[] getCritical()
           
 String getJsonWebKey()
           
 String getJwkSetUrl()
           
 String getKeyId()
           
 String getType()
           
 String getX509CertificateChain()
           
 String getX509CertificateThumbprint()
           
 String getX509url()
           
 
Methods inherited from class org.apache.oltu.commons.json.CustomizableEntity
getCustomField, getCustomFields, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getAlgorithm

public String getAlgorithm()

getJwkSetUrl

public String getJwkSetUrl()

getJsonWebKey

public String getJsonWebKey()

getX509url

public String getX509url()

getX509CertificateThumbprint

public String getX509CertificateThumbprint()

getX509CertificateChain

public String getX509CertificateChain()

getKeyId

public String getKeyId()

getType

public String getType()

getContentType

public String getContentType()

getCritical

public String[] getCritical()


Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.