Skip to content
Connect2id

Nimbus JOSE + JWT 2.4 with Maven support

Thanks to a contribution from Ville Kurkinen the Java library for handling JWS/JWE protected messages and JSON Web Tokens (JWT) has now Maven support.

You can download the library sources and compiled JAR from the project Git repo:

https://bitbucket.org/nimbusds/nimbus-jose-jwt/

The library supports all standard JSON Web Signature (JWS) algorithms based on HMAC encoding, RSA public/private keys and Elliptic Curve cryptography. See the Nimbus JOSE+JWT wiki for examples.