Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add 'keyId' param to methods of the CryptoConverter #3833

Conversation

paullatzelsperger
Copy link
Member

@paullatzelsperger paullatzelsperger commented Feb 7, 2024

What this PR changes/adds

This PR an overload taking a keyId parameter to the CryptoConverter#createJwk() method

Why it does that

Usually, the resulting JWK should have a kid property, to make it identifiable, e.g. in DID documents.

Further notes

  • I also reordered some methods in CryptoConverter to have publics first, and privates further down in the file.

Linked Issue(s)

Closes # <-- insert Issue number if one exists

Please be sure to take a look at the contributing guidelines and our etiquette for pull requests.

@paullatzelsperger paullatzelsperger added the bug Something isn't working label Feb 7, 2024
@paullatzelsperger paullatzelsperger merged commit 6b8dddf into eclipse-edc:main Feb 7, 2024
22 checks passed
@paullatzelsperger paullatzelsperger deleted the fix/add_keyid_param_to_cryptoconverter branch February 7, 2024 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants