Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-8338

Add getters for iv, cypherBytes and authTag to JweJsonConsumer

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 3.4.0
    • 3.4.1
    • JAX-RS Security
    • 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

          Activity

            People

              coheigea Colm O hEigeartaigh
              jbecke4 Joachim Beckers
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: