org.jboss.resteasy.jose.jws
Class JWSHeader
java.lang.Object
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
JWSHeader
public JWSHeader()
JWSHeader
public JWSHeader(Algorithm algorithm,
String type,
String contentType)
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.