diafygi / diafygi/webcrypto-examples
"jwk" gives ArrayBuffer object, not JSON compatible
Open
- Dominant language
- HTML
- Stars
- 1.7k
- Forks
- 191
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
All the functions that produce "jwk" produce ArrayBuffer, which is clearly different (a bigger) than the "raw" key, but it's always ArrayBuffer object and not something I appear to be able to convert to JSON (as the JSON Web Key spec suggests) like using JSON.stringify. (https://www.w3.org/TR/WebCryptoAPI/#SubtleCrypto-method-wrapKey)
How can get I convert it to the right format?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.