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
The createKey functionality is sending an ecCurve identifier and sign functionality is sending a signature algorithm.
For both, the caller cannot know the possible, supported algorithms.
Especially a wallet core (e.g. implementing OpenID4VCI) needs to negotiate algorithms between the issuer and the secure area.
The proposed solution is therefore to add a supportedAlgorithms functionality to the Secure Area interface.
The text was updated successfully, but these errors were encountered:
The
createKey
functionality is sending an ecCurve identifier andsign
functionality is sending a signature algorithm.For both, the caller cannot know the possible, supported algorithms.
Especially a wallet core (e.g. implementing OpenID4VCI) needs to negotiate algorithms between the issuer and the secure area.
The proposed solution is therefore to add a
supportedAlgorithms
functionality to the Secure Area interface.The text was updated successfully, but these errors were encountered: