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 license-core-1.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
top.crown.license.core
├─ top.crown.license.core.License.class - [JAR]
├─ top.crown.license.core.LicenseDecrypt.class - [JAR]
├─ top.crown.license.core.LicenseEncrypt.class - [JAR]
├─ top.crown.license.core.LicenseManager.class - [JAR]
top.crown.license.pojo
├─ top.crown.license.pojo.EncryptContent.class - [JAR]
├─ top.crown.license.pojo.LicenseInfo.class - [JAR]
top.crown.license.exception
├─ top.crown.license.exception.LicenseGenException.class - [JAR]
├─ top.crown.license.exception.LicenseIllegalException.class - [JAR]
├─ top.crown.license.exception.LicenseInvalidException.class - [JAR]
├─ top.crown.license.exception.LicenseNotExistException.class - [JAR]
top.crown.license.config
├─ top.crown.license.config.LicenseConfig.class - [JAR]
top.crown.license.operate
├─ top.crown.license.operate.DecryptOperate.class - [JAR]
├─ top.crown.license.operate.EncryptOperate.class - [JAR]
├─ top.crown.license.operate.RSADecrypt.class - [JAR]
├─ top.crown.license.operate.RSAEncrypt.class - [JAR]
top.crown.license.util
├─ top.crown.license.util.Constant.class - [JAR]
├─ top.crown.license.util.FileUtils.class - [JAR]
top.crown.license.support
├─ top.crown.license.support.LicenseSupport.class - [JAR]
top.crown.license.generate
├─ top.crown.license.generate.Generator.class - [JAR]
├─ top.crown.license.generate.LicenseGenerator.class - [JAR]
top.crown.license.validator
├─ top.crown.license.validator.CodeValidator.class - [JAR]
├─ top.crown.license.validator.FileValidator.class - [JAR]
├─ top.crown.license.validator.ServerValidator.class - [JAR]
├─ top.crown.license.validator.Validator.class - [JAR]