Joachim Beckers created CXF-8338:
------------------------------------
Summary: Add getters for iv, cypherBytes and authTag to
JweJsonConsumer
Key: CXF-8338
URL: https://issues.apache.org/jira/browse/CXF-8338
Project: CXF
Issue Type: Improvement
Components: JAX-RS Security
Affects Versions: 3.4.0
Reporter: Joachim Beckers
I'm using cxf-rt-rs-security-jose's JweJsonConsumer to parse a Json JWE (that I
just created and encrypted using JweJsonProducer).
I'm doing this because I need to pass its components (headers, kid, iv, aad,
ciphertext, auth tag, ...) to another API individually (the API does not accept
the full JsonJWE).
Currently however, only getAad(), getAadText() and some getters for the headers
are available. There's no getIv(), getCipherText(), etc
I'll create a pull request to add the missing getters.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)