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-service-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
├─ org.eclipse.edc.iam.identitytrust.IdentityAndTrustService.class - [JAR]
org.eclipse.edc.iam.identitytrust.validation.rules
├─ org.eclipse.edc.iam.identitytrust.validation.rules.HasValidIssuer.class - [JAR]
├─ org.eclipse.edc.iam.identitytrust.validation.rules.HasValidSubjectIds.class - [JAR]
├─ org.eclipse.edc.iam.identitytrust.validation.rules.IsNotExpired.class - [JAR]
├─ org.eclipse.edc.iam.identitytrust.validation.rules.IsRevoked.class - [JAR]
org.eclipse.edc.iam.identitytrust.validation
├─ org.eclipse.edc.iam.identitytrust.validation.SelfIssuedIdTokenValidator.class - [JAR]
org.eclipse.edc.iam.identitytrust.verification
├─ org.eclipse.edc.iam.identitytrust.verification.MultiFormatPresentationVerifier.class - [JAR]
org.eclipse.edc.iam.identitytrust.model
├─ org.eclipse.edc.iam.identitytrust.model.PresentationResponse.class - [JAR]