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-spi-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.identitytrust.validation
├─ org.eclipse.edc.identitytrust.validation.CredentialValidationRule.class - [JAR]
├─ org.eclipse.edc.identitytrust.validation.JwtValidator.class - [JAR]
org.eclipse.edc.identitytrust.model.credentialservice
├─ org.eclipse.edc.identitytrust.model.credentialservice.InputDescriptorMapping.class - [JAR]
├─ org.eclipse.edc.identitytrust.model.credentialservice.PresentationQuery.class - [JAR]
├─ org.eclipse.edc.identitytrust.model.credentialservice.PresentationResponse.class - [JAR]
├─ org.eclipse.edc.identitytrust.model.credentialservice.PresentationSubmission.class - [JAR]
org.eclipse.edc.identitytrust.scope
├─ org.eclipse.edc.identitytrust.scope.ScopeExtractor.class - [JAR]
├─ org.eclipse.edc.identitytrust.scope.ScopeExtractorRegistry.class - [JAR]
org.eclipse.edc.identitytrust.verification
├─ org.eclipse.edc.identitytrust.verification.CredentialVerifier.class - [JAR]
├─ org.eclipse.edc.identitytrust.verification.JwtVerifier.class - [JAR]
├─ org.eclipse.edc.identitytrust.verification.PresentationVerifier.class - [JAR]
├─ org.eclipse.edc.identitytrust.verification.SignatureSuiteRegistry.class - [JAR]
├─ org.eclipse.edc.identitytrust.verification.VerifierContext.class - [JAR]
org.eclipse.edc.identitytrust.model
├─ org.eclipse.edc.identitytrust.model.CredentialFormat.class - [JAR]
├─ org.eclipse.edc.identitytrust.model.CredentialStatus.class - [JAR]
├─ org.eclipse.edc.identitytrust.model.CredentialSubject.class - [JAR]
├─ org.eclipse.edc.identitytrust.model.Issuer.class - [JAR]
├─ org.eclipse.edc.identitytrust.model.VerifiableCredential.class - [JAR]
├─ org.eclipse.edc.identitytrust.model.VerifiableCredentialContainer.class - [JAR]
├─ org.eclipse.edc.identitytrust.model.VerifiablePresentation.class - [JAR]
├─ org.eclipse.edc.identitytrust.model.VerifiablePresentationContainer.class - [JAR]
org.eclipse.edc.identitytrust.model.presentationdefinition
├─ org.eclipse.edc.identitytrust.model.presentationdefinition.Constraints.class - [JAR]
├─ org.eclipse.edc.identitytrust.model.presentationdefinition.Field.class - [JAR]
├─ org.eclipse.edc.identitytrust.model.presentationdefinition.FilterExpression.class - [JAR]
├─ org.eclipse.edc.identitytrust.model.presentationdefinition.Format.class - [JAR]
├─ org.eclipse.edc.identitytrust.model.presentationdefinition.InputDescriptor.class - [JAR]
├─ org.eclipse.edc.identitytrust.model.presentationdefinition.PresentationDefinition.class - [JAR]
org.eclipse.edc.identitytrust
├─ org.eclipse.edc.identitytrust.CredentialServiceClient.class - [JAR]
├─ org.eclipse.edc.identitytrust.SecureTokenService.class - [JAR]
├─ org.eclipse.edc.identitytrust.SelfIssuedTokenConstants.class - [JAR]
├─ org.eclipse.edc.identitytrust.TrustedIssuerRegistry.class - [JAR]
├─ org.eclipse.edc.identitytrust.VcConstants.class - [JAR]