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 aos-captcha-3.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
ink.aos.module.captcha.api
├─ ink.aos.module.captcha.api.BlockPuzzleCaptcha.class - [JAR]
├─ ink.aos.module.captcha.api.Captcha.class - [JAR]
├─ ink.aos.module.captcha.api.CaptchaCheck.class - [JAR]
├─ ink.aos.module.captcha.api.CaptchaStorage.class - [JAR]
├─ ink.aos.module.captcha.api.Point.class - [JAR]
ink.aos.module.captcha.exception
├─ ink.aos.module.captcha.exception.AosCaptchaException.class - [JAR]
ink.aos.module.captcha.util
├─ ink.aos.module.captcha.util.AESUtil.class - [JAR]
├─ ink.aos.module.captcha.util.RandomUtils.class - [JAR]