Skip to content
New issue

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

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

Already on GitHub? # to your account

Replaced ECKey with AsymmetricJWK to get PublickKey #187

Conversation

ydanneg
Copy link
Contributor

@ydanneg ydanneg commented May 9, 2024

Fixes #186

@ydanneg ydanneg requested a review from a team as a code owner May 9, 2024 06:18
Copy link
Contributor

@babisRoutis babisRoutis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ydanneg Perhaps the holderPubKey parameter should be declared of type AsymmetricJWK.
Can you please change the type (using an import alias of NimbusAsymmetricJWK) ?

@babisRoutis babisRoutis added the bug Something isn't working label May 9, 2024
@babisRoutis babisRoutis added this to the SdJwt-v0.3.2 milestone May 9, 2024
@babisRoutis
Copy link
Contributor

@ydanneg Also please run spotlessApply to format code

@babisRoutis
Copy link
Contributor

@ydanneg Please note I am on Easter vacations. Will check this next week.

@babisRoutis
Copy link
Contributor

@ydanneg On second thought changing the parameter type will lead to some additional cascading changes.
I can push to your branch the changes if it is ok with you.

@ydanneg
Copy link
Contributor Author

ydanneg commented May 9, 2024

@ydanneg On second thought changing the parameter type will lead to some additional cascading changes.
I can push to your branch the changes if it is ok with you.

Absolutely fine with it! :)

@babisRoutis babisRoutis merged commit d918b31 into eu-digital-identity-wallet:main May 9, 2024
4 checks passed
@ydanneg ydanneg deleted the feature/key-binding-asymmetric-key branch May 9, 2024 14:14
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

KeyBindingJwt should be verified with RSA or EC keys
2 participants