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 idscp2-ra-tpm2d-0.17.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
de.fhg.aisec.ids.tpm2d.prover
├─ de.fhg.aisec.ids.tpm2d.prover.TpmProver.class - [JAR]
├─ de.fhg.aisec.ids.tpm2d.prover.TpmProverConfig.class - [JAR]
de.fhg.aisec.ids.tpm2d.messages
├─ de.fhg.aisec.ids.tpm2d.messages.TpmAttestation.class - [JAR]
de.fhg.aisec.ids.tpm2d
├─ de.fhg.aisec.ids.tpm2d.TpmException.class - [JAR]
├─ de.fhg.aisec.ids.tpm2d.TpmHelper.class - [JAR]
├─ de.fhg.aisec.ids.tpm2d.TpmMessageFactory.class - [JAR]
├─ de.fhg.aisec.ids.tpm2d.TpmSocket.class - [JAR]
├─ de.fhg.aisec.ids.tpm2d.UtilsKt.class - [JAR]
de.fhg.aisec.ids.tpm2d.verifier
├─ de.fhg.aisec.ids.tpm2d.verifier.PcrValues.class - [JAR]
├─ de.fhg.aisec.ids.tpm2d.verifier.TpmVerifier.class - [JAR]
├─ de.fhg.aisec.ids.tpm2d.verifier.TpmVerifierConfig.class - [JAR]