Re: Do we have any java implementation of did-JWT library

We are working on improving devx on our product roadmap to make it more
ergonomic Java, but here's one in Java that calls to audited Rust to
complete issuance. You can also do verification.

https://github.com/spruceid/didkit/blob/main/examples/java-jsp/src/main/java/com/spruceid/java_jsp/servlet/CredentialAuthenticationServlet.java#L45

https://github.com/spruceid/didkit/blob/main/examples/java-jsp/src/main/java/com/spruceid/java_jsp/Utils.java#L38

Supports JWT and Data Integrity too.

On Tue, Apr 4, 2023 at 6:17 AM sethi shivam <sethishivam27@gmail.com> wrote:

> Hi Team,
>
> I  wanted to know if we have any java implementation of
>
> https://github.com/decentralized-identity/did-jwt  library.
>
> I want to sign a JSON doc using my DID.
>
>
> best Regards
> Sethi Shivam
>

Received on Wednesday, 5 April 2023 05:50:13 UTC