public class JWEHeader extends Object implements Serializable
Constructor and Description |
---|
JWEHeader() |
Modifier and Type | Method and 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() |
public Algorithm getAlgorithm()
public String getType()
public String getContentType()
public CompressionAlgorithm getCompressionAlgorithm()
public void setCompressionAlgorithm(CompressionAlgorithm compressionAlgorithm)
public EncryptionMethod getEncryptionMethod()
public void setEncryptionMethod(EncryptionMethod encryptionMethod)
public javax.ws.rs.core.MediaType getMediaType()
Copyright © 2015 JBoss by Red Hat. All rights reserved.