Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.4.0
-
None
-
Novice
-
Patch
Description
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.
Attachments
Issue Links
- links to