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 ms-token-starter-0.2.5.RELEASE.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
tech.msop.core.token.constants
├─ tech.msop.core.token.constants.TokenConstant.class - [JAR]
tech.msop.core.token.config
├─ tech.msop.core.token.config.MsTokenConfiguration.class - [JAR]
├─ tech.msop.core.token.config.TokenRedisConfiguration.class - [JAR]
tech.msop.core.token.properties
├─ tech.msop.core.token.properties.MsTokenProperties.class - [JAR]
tech.msop.core.token.util
├─ tech.msop.core.token.util.AesJwtUtil.class - [JAR]
├─ tech.msop.core.token.util.RsaJwtUtil.class - [JAR]
tech.msop.core.token.serializer
├─ tech.msop.core.token.serializer.JwtRedisKeySerializer.class - [JAR]