public class JweEncryptionOutput extends Object
Constructor and Description |
---|
JweEncryptionOutput(Cipher cipher,
JweHeaders headers,
byte[] encryptedContentEncryptionKey,
byte[] iv,
AuthenticationTagProducer authTagProducer,
KeyProperties keyProps,
byte[] encryptedContent,
byte[] authTag) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getAuthTag() |
AuthenticationTagProducer |
getAuthTagProducer() |
Cipher |
getCipher() |
byte[] |
getEncryptedContent() |
byte[] |
getEncryptedContentEncryptionKey() |
JweHeaders |
getHeaders() |
byte[] |
getIv() |
boolean |
isCompressionSupported() |
public JweEncryptionOutput(Cipher cipher, JweHeaders headers, byte[] encryptedContentEncryptionKey, byte[] iv, AuthenticationTagProducer authTagProducer, KeyProperties keyProps, byte[] encryptedContent, byte[] authTag)
public Cipher getCipher()
public JweHeaders getHeaders()
public byte[] getEncryptedContentEncryptionKey()
public byte[] getIv()
public boolean isCompressionSupported()
public AuthenticationTagProducer getAuthTagProducer()
public byte[] getEncryptedContent()
public byte[] getAuthTag()
Apache CXF