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