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 mock-oauth-server-1.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
net.uiqui.oauth.mock
├─ net.uiqui.oauth.mock.OAuthServerMock.class - [JAR]
├─ net.uiqui.oauth.mock.OAuthServerMockKt.class - [JAR]
net.uiqui.oauth.mock.http
├─ net.uiqui.oauth.mock.http.HttpServer.class - [JAR]
├─ net.uiqui.oauth.mock.http.Request.class - [JAR]
├─ net.uiqui.oauth.mock.http.RequestHandler.class - [JAR]
├─ net.uiqui.oauth.mock.http.Response.class - [JAR]
├─ net.uiqui.oauth.mock.http.ServerInstance.class - [JAR]
net.uiqui.oauth.mock.tools
├─ net.uiqui.oauth.mock.tools.Holder.class - [JAR]
├─ net.uiqui.oauth.mock.tools.JsonHelper.class - [JAR]
net.uiqui.oauth.mock.jwks
├─ net.uiqui.oauth.mock.jwks.JWKS.class - [JAR]
├─ net.uiqui.oauth.mock.jwks.JWKSHandler.class - [JAR]
├─ net.uiqui.oauth.mock.jwks.JWTGenerator.class - [JAR]
├─ net.uiqui.oauth.mock.jwks.JWTGeneratorKt.class - [JAR]
├─ net.uiqui.oauth.mock.jwks.PublicKey.class - [JAR]
net.uiqui.oauth.mock.http.impl
├─ net.uiqui.oauth.mock.http.impl.RequestImpl.class - [JAR]
├─ net.uiqui.oauth.mock.http.impl.ResponseImpl.class - [JAR]