You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Colm O hEigeartaigh (Jira)" <ji...@apache.org> on 2020/09/16 13:49:00 UTC

[jira] [Resolved] (CXF-8338) Add getters for iv, cypherBytes and authTag to JweJsonConsumer

     [ https://issues.apache.org/jira/browse/CXF-8338?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Colm O hEigeartaigh resolved CXF-8338.
--------------------------------------
    Resolution: Fixed

> 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
>            Assignee: Colm O hEigeartaigh
>            Priority: Minor
>             Fix For: 3.4.1
>
>
> 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)