public class JweEncryptionState extends Object
| Constructor and Description |
|---|
JweEncryptionState(Cipher cipher,
JweHeaders headers,
byte[] contentEncryptionKey,
byte[] iv,
AuthenticationTagProducer authTagProducer,
boolean compressionSupported) |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationTagProducer |
getAuthTagProducer() |
Cipher |
getCipher() |
byte[] |
getContentEncryptionKey() |
JweHeaders |
getHeaders() |
byte[] |
getIv() |
boolean |
isCompressionSupported() |
public JweEncryptionState(Cipher cipher, JweHeaders headers, byte[] contentEncryptionKey, byte[] iv, AuthenticationTagProducer authTagProducer, boolean compressionSupported)
public Cipher getCipher()
public JweHeaders getHeaders()
public byte[] getContentEncryptionKey()
public byte[] getIv()
public boolean isCompressionSupported()
public AuthenticationTagProducer getAuthTagProducer()
Apache CXF