View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window oauth2-jwt-verifier-springboot-0.1.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
space.crickets.jwtverifier.core
├─ space.crickets.jwtverifier.core.HttpSigningKeyResolver.class - [JAR]
├─ space.crickets.jwtverifier.core.JwtParser.class - [JAR]
├─ space.crickets.jwtverifier.core.JwtVerifier.class - [JAR]
space.crickets.jwtverifier.models
├─ space.crickets.jwtverifier.models.JsonWebKey.class - [JAR]
├─ space.crickets.jwtverifier.models.JsonWebKeys.class - [JAR]
├─ space.crickets.jwtverifier.models.JwksEndpoints.class - [JAR]
space.crickets.jwtverifier.annotations
├─ space.crickets.jwtverifier.annotations.Authorize.class - [JAR]
├─ space.crickets.jwtverifier.annotations.BindClaim.class - [JAR]
├─ space.crickets.jwtverifier.annotations.Jwt.class - [JAR]
├─ space.crickets.jwtverifier.annotations.MatchClaim.class - [JAR]
space.crickets.jwtverifier.aspects
├─ space.crickets.jwtverifier.aspects.JwtVerifierAdvice.class - [JAR]
space.crickets.jwtverifier.config
├─ space.crickets.jwtverifier.config.JwtVerifierConfiguration.class - [JAR]
space.crickets.jwtverifier.exceptions
├─ space.crickets.jwtverifier.exceptions.UnauthorizedException.class - [JAR]