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 identity-trust-core-0.4.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.eclipse.edc.iam.identitytrust.core
├─ org.eclipse.edc.iam.identitytrust.core.IatpDefaultServicesExtension.class - [JAR]
├─ org.eclipse.edc.iam.identitytrust.core.IatpScopeExtractorExtension.class - [JAR]
├─ org.eclipse.edc.iam.identitytrust.core.IdentityAndTrustExtension.class - [JAR]
org.eclipse.edc.iam.identitytrust.core.defaults
├─ org.eclipse.edc.iam.identitytrust.core.defaults.DefaultTrustedIssuerRegistry.class - [JAR]
├─ org.eclipse.edc.iam.identitytrust.core.defaults.InMemorySignatureSuiteRegistry.class - [JAR]
org.eclipse.edc.iam.identitytrust.core.scope
├─ org.eclipse.edc.iam.identitytrust.core.scope.IatpScopeExtractorFunction.class - [JAR]
├─ org.eclipse.edc.iam.identitytrust.core.scope.IatpScopeExtractorRegistry.class - [JAR]
├─ org.eclipse.edc.iam.identitytrust.core.scope.IatpScopeExtractorVisitor.class - [JAR]