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 verifiable-credential-spi-0.6.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.eclipse.edc.identityhub.spi.verifiablecredentials.model
├─ org.eclipse.edc.identityhub.spi.verifiablecredentials.model.VcState.class - [JAR]
├─ org.eclipse.edc.identityhub.spi.verifiablecredentials.model.VerifiableCredentialResource.class - [JAR]
org.eclipse.edc.identityhub.spi.verifiablecredentials.generator
├─ org.eclipse.edc.identityhub.spi.verifiablecredentials.generator.PresentationCreatorRegistry.class - [JAR]
├─ org.eclipse.edc.identityhub.spi.verifiablecredentials.generator.PresentationGenerator.class - [JAR]
├─ org.eclipse.edc.identityhub.spi.verifiablecredentials.generator.VerifiablePresentationService.class - [JAR]
org.eclipse.edc.identityhub.spi.verifiablecredentials.resolution
├─ org.eclipse.edc.identityhub.spi.verifiablecredentials.resolution.CredentialQueryResolver.class - [JAR]
├─ org.eclipse.edc.identityhub.spi.verifiablecredentials.resolution.QueryFailure.class - [JAR]
├─ org.eclipse.edc.identityhub.spi.verifiablecredentials.resolution.QueryResult.class - [JAR]