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

Secure Area Interface: add KeyInfo to createKey return #849

Closed
paulbastian opened this issue Jan 27, 2025 · 1 comment
Closed

Secure Area Interface: add KeyInfo to createKey return #849

paulbastian opened this issue Jan 27, 2025 · 1 comment

Comments

@paulbastian
Copy link

In most use cases utilizing the Secure Area interface, you want to create a key and use the public key afterwards.
Right now, this requires two calls to the Secure Area interface.
Using a Remote Secure Area, it may require two network calls or some other local unnecessary quirks.
So the suggestion is to return the KeyInfo class for createKey function.

@davidz25
Copy link
Contributor

davidz25 commented Feb 3, 2025

Yeah, @sorotokin added this as part of a recent commit so that's done already. We'll get to all your other issues this week!

@davidz25 davidz25 closed this as completed Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants