This is the Linux app named Java JWT whose latest release can be downloaded as 4.4.0.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named Java JWT with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS
Ad
Java JWT
DESCRIPTION
A Java implementation of JSON Web Token (JWT) - RFC 7519. This library requires Java 8 or higher. The last version that supported Java 7 was 3.11.0. The library implements JWT Verification and Signing using several algorithms. The Algorithm defines how a token is signed and verified. It can be instantiated with the raw value of the secret in the case of HMAC algorithms, or the key pairs or KeyProvider in the case of RSA and ECDSA algorithms. Once created, the instance is reusable for token signing and verification operations. When using RSA or ECDSA algorithms and you just need to sign JWTs you can avoid specifying a Public Key by passing a null value. The same can be done with the Private Key when you just need to verify JWTs.
Features
- Create and sign a Token
- Verify a Token
- Decode a Token
- You can also specify a custom value for a given Date claim
- The Algorithm defines how a token is signed and verified
- Sign JWTs you can avoid specifying a Public Key
Programming Language
Java
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/java-jwt.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.