Les Hazlewood
Les Hazlewood
@bmarwell makes sense. I'm fine waiting for 1.0 to introduce these changes. I don't want to cause any more churn than is necessary. `jwe` is by far the highest priority,...
Just a quick note, and this is probably obvious, but this can't be merged until after a 1.0 release due to the requirement for JDK 8.
Without seeing more, it looks like perhaps you might be hitting key length assertions introduced in 0.10.0? If you you run just the following: ```java Keys.hmacShaKeyFor(Decoders.BASE64.decode(SECRET)) ``` do you get...
Any update on this?
@gauravk48 thanks so much for putting this together! I'll take a look as soon as I can - probably later today or tomorrow.
@gauravk48 sorry for the delay - I was deep in JWE code all week! I hope I can get to this soon.
@gauravk48 not yet - I had other responsibilities that prevented me from digging in further. I should be able to get back to this soon - probably this or next...
@bdemers if you get a sec would you mind taking a look at this when you get a sec? I'm unable to pick up new work until the JWE stuff...
It is unclear to me how valuable this would actually be in real-world applications, as opposed to a benchmark suite. (I'm not saying it is not valuable - just that...
We'd welcome a pull request for this, but it's low priority for the core JJWT team until 1.0 is released.