Package org.jboss.resteasy.jose.jwe
Class JWEHeader
- java.lang.Object
 - 
- org.jboss.resteasy.jose.jwe.JWEHeader
 
 
- 
- All Implemented Interfaces:
 Serializable
public class JWEHeader extends Object implements Serializable
- Version:
 - $Revision: 1 $
 - Author:
 - Bill Burke
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description JWEHeader() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlgorithmgetAlgorithm()CompressionAlgorithmgetCompressionAlgorithm()StringgetContentType()EncryptionMethodgetEncryptionMethod()javax.ws.rs.core.MediaTypegetMediaType()StringgetType()voidsetCompressionAlgorithm(CompressionAlgorithm compressionAlgorithm)voidsetEncryptionMethod(EncryptionMethod encryptionMethod)StringtoString() 
 - 
 
- 
- 
Method Detail
- 
getAlgorithm
public Algorithm getAlgorithm()
 
- 
getType
public String getType()
 
- 
getContentType
public String getContentType()
 
- 
getCompressionAlgorithm
public CompressionAlgorithm getCompressionAlgorithm()
 
- 
setCompressionAlgorithm
public void setCompressionAlgorithm(CompressionAlgorithm compressionAlgorithm)
 
- 
getEncryptionMethod
public EncryptionMethod getEncryptionMethod()
 
- 
setEncryptionMethod
public void setEncryptionMethod(EncryptionMethod encryptionMethod)
 
- 
getMediaType
public javax.ws.rs.core.MediaType getMediaType()
 
 - 
 
 -