| Package | Description |
|---|---|
| org.apache.cxf.rs.security.jose.jwe |
| Modifier and Type | Method and Description |
|---|---|
protected AuthenticationTagProducer |
AbstractJweEncryption.getAuthenticationTagProducer(AbstractJweEncryption.JweEncryptionInternal state) |
protected AuthenticationTagProducer |
AesCbcHmacJweEncryption.getAuthenticationTagProducer(AbstractJweEncryption.JweEncryptionInternal state) |
AuthenticationTagProducer |
JweEncryptionOutput.getAuthTagProducer() |
| Constructor and Description |
|---|
JweEncryptionOutput(Cipher cipher,
JweHeaders headers,
byte[] contentEncryptionKey,
byte[] iv,
AuthenticationTagProducer authTagProducer,
KeyProperties keyProps,
byte[] encryptedContent,
byte[] authTag) |
JweOutputStream(OutputStream out,
Cipher encryptingCipher,
AuthenticationTagProducer authTagProducer) |
Apache CXF