org.jboss.resteasy.jose.jws
Class JWSHeader

java.lang.Object
  extended by org.jboss.resteasy.jose.jws.JWSHeader
All Implemented Interfaces:
Serializable

public class JWSHeader
extends Object
implements Serializable

Version:
$Revision: 1 $
Author:
Bill Burke
See Also:
Serialized Form

Constructor Summary
JWSHeader()
           
JWSHeader(Algorithm algorithm, String type, String contentType)
           
 
Method Summary
 Algorithm getAlgorithm()
           
 String getContentType()
           
 MediaType getMediaType()
           
 String getType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JWSHeader

public JWSHeader()

JWSHeader

public JWSHeader(Algorithm algorithm,
                 String type,
                 String contentType)
Method Detail

getAlgorithm

public Algorithm getAlgorithm()

getType

public String getType()

getContentType

public String getContentType()

getMediaType

public MediaType getMediaType()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.