You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 forcreateKey
function.The text was updated successfully, but these errors were encountered: