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
Describe the solution you'd like
I had use ECDSAKeyIdentity.fromKeyPair,but when i use crypto.subtle.importKey to crypto the privateKey and publicKey, throw Cannot create a key using the specified key usages.
Describe the solution you'd like
I had use
ECDSAKeyIdentity.fromKeyPair
,but when i usecrypto.subtle.importKey
to crypto the privateKey and publicKey, throwCannot create a key using the specified key usages
.This is the code
So ECDSAKeyIdentity could import from privateKey and publicKey? Or how to crypto the privatekey and publicKey?
The text was updated successfully, but these errors were encountered: