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 vcverifier-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.mosip.vercred
├─ io.mosip.vercred.CredentialsVerifier.class - [JAR]
io.mosip.vercred.contant
├─ io.mosip.vercred.contant.CredentialVerifierConstants.class - [JAR]
io.mosip.vercred.exception
├─ io.mosip.vercred.exception.BaseUncheckedException.class - [JAR]
├─ io.mosip.vercred.exception.InfoItem.class - [JAR]
├─ io.mosip.vercred.exception.ProofDocumentNotFoundException.class - [JAR]
├─ io.mosip.vercred.exception.ProofTypeNotFoundException.class - [JAR]
├─ io.mosip.vercred.exception.PubicKeyNotFoundException.class - [JAR]
├─ io.mosip.vercred.exception.UnknownException.class - [JAR]