jar

be.kuleuven.ccis.util : jwt

Maven & Gradle

May 02, 2019
0 stars

Allows the creation of a signed and encrypted JWT which contains the subject. The same package can decrypt and verify the JWT and extract the subject from it.

Table Of Contents

Latest Version

Download be.kuleuven.ccis.util : jwt JAR file - Latest Versions:

All Versions

Download be.kuleuven.ccis.util : jwt JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jwt-1.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

be.kuleuven.ccis.util

├─ be.kuleuven.ccis.util.JWT.class - [JAR]

├─ be.kuleuven.ccis.util.JWTConsumer.class - [JAR]

├─ be.kuleuven.ccis.util.JWTConsumerImpl.class - [JAR]

├─ be.kuleuven.ccis.util.JWTHelper.class - [JAR]

├─ be.kuleuven.ccis.util.JWTIssuer.class - [JAR]

├─ be.kuleuven.ccis.util.JWTIssuerImpl.class - [JAR]

├─ be.kuleuven.ccis.util.KeyUtil.class - [JAR]

├─ be.kuleuven.ccis.util.KeyUtilImpl.class - [JAR]

be.kuleuven.ccis.util.exceptions

├─ be.kuleuven.ccis.util.exceptions.BootstrapException.class - [JAR]

├─ be.kuleuven.ccis.util.exceptions.JWTCreationFailedException.class - [JAR]

├─ be.kuleuven.ccis.util.exceptions.JWTParseException.class - [JAR]

├─ be.kuleuven.ccis.util.exceptions.JWTValidationException.class - [JAR]