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 Algorithm
getAlgorithm()
CompressionAlgorithm
getCompressionAlgorithm()
String
getContentType()
EncryptionMethod
getEncryptionMethod()
javax.ws.rs.core.MediaType
getMediaType()
String
getType()
void
setCompressionAlgorithm(CompressionAlgorithm compressionAlgorithm)
void
setEncryptionMethod(EncryptionMethod encryptionMethod)
String
toString()
-
-
-
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()
-
-