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 TwTSSO-0.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.kaixindeken.TwTSSO
├─ io.github.kaixindeken.TwTSSO.Api.class - [JAR]
io.github.kaixindeken.TwTSSO.https
├─ io.github.kaixindeken.TwTSSO.https.CertManager.class - [JAR]
├─ io.github.kaixindeken.TwTSSO.https.MyX509TrustManager.class - [JAR]
io.github.kaixindeken.TwTSSO.standard
├─ io.github.kaixindeken.TwTSSO.standard.Base64Encoder.class - [JAR]
├─ io.github.kaixindeken.TwTSSO.standard.Hmac.class - [JAR]
├─ io.github.kaixindeken.TwTSSO.standard.HttpBuildQuery.class - [JAR]
├─ io.github.kaixindeken.TwTSSO.standard.JSONEncoder.class - [JAR]
├─ io.github.kaixindeken.TwTSSO.standard.Str.class - [JAR]