On 11/02/15 12:53, Jose María Zaragoza wrote:
2015-02-11 13:06 GMT+01:00 Sergey Beryozkin <[email protected]>:
Hi
Are you trying to do JWE by any chance ?
I'll post you a code example shortly, working with a release issue right now
Sergey
One question
does CXF 2.7.x support JOSE spec ?
I would like to sign JSON requests , but I still use CXF 2.7.8
I could use jose4j and it implements some filter , are you going to
write some tips to do it ? can I copy them from CXF 3.x ?
No it is only in 3.0.x and 3.1.0.
Jose4J can be used too.
Also have a look at JSON Clear Signature project:
https://openkeystore.googlecode.com/svn/resources/trunk/docs/jcs.html
(not a standard but I believe it is getting the momentum too)
Sergey
Regards