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 ost-kyc-sdk-java-2.0.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.ost.kyc
├─ com.ost.kyc.OSTKYCSDK.class - [JAR]
com.ost.kyc.services
├─ com.ost.kyc.services.OSTKYCAPIService.class - [JAR]
├─ com.ost.kyc.services.OSTKYCServiceManifest.class - [JAR]
com.ost.kyc.lib
├─ com.ost.kyc.lib.OSTKYCRequestClient.class - [JAR]
com.ost.kyc.services.v2
├─ com.ost.kyc.services.v2.Manifest.class - [JAR]
├─ com.ost.kyc.services.v2.User.class - [JAR]
├─ com.ost.kyc.services.v2.UsersKyc.class - [JAR]
├─ com.ost.kyc.services.v2.UsersKycDetail.class - [JAR]
├─ com.ost.kyc.services.v2.Validators.class - [JAR]