hi *, since release version 1.0 Apache Oltu started some support of the jose specifications (JWT, JWS) for now. We plan to extend the support to all the other specifications JWE, etc.. It would make sense to use the example contained in the specifications in the unit and integration tests and this is already the case. E.g. if you see unit test [1] contains already tests that validates the examples from the JWS specification [2] and the jose cook book [3].
As said we are planning to extend those coverage to all the jose examples. regards antonio [0] https://oltu.apache.org/ [1] https://github.com/apache/oltu/blob/trunk/jose/jws/src/test/java/org/apache/oltu/jose/jws/signature/impl/SignatureMethodRSAImplTest.java [2] http://tools.ietf.org/html/draft-ietf-jose-json-web-signature-25#appendix-A.2 [3] http://tools.ietf.org/html/draft-ietf-jose-cookbook-01#section-3.1
_______________________________________________ jose mailing list [email protected] https://www.ietf.org/mailman/listinfo/jose
