No Java-Jose-package supports my ECDHES Curve-algorithm

Viewed 124

I'm trying set up a JWE encrypted with a given JWK using the ECDH-ES Algorithm and the curve brainpoolP256r1. I would really like to use a Jose package, like Nimbus Jose or jose4j. Unfortunately both don't support the brainpool-curve. I've searched their documentations for days to find out if there is any way to include it. Can anyone help me?

1 Answers
Related