- From: <bugzilla@jessica.w3.org>
- Date: Tue, 30 Oct 2012 09:21:12 +0000
- To: public-html-bugzilla@w3.org
- Message-ID: <bug-17682-2486-xtaEVickxs@http.www.w3.org/Bugs/Public/>
https://www.w3.org/Bugs/Public/show_bug.cgi?id=17682 Mark Watson <watsonm@netflix.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |watsonm@netflix.com --- Comment #6 from Mark Watson <watsonm@netflix.com> --- We could also look at JSON Web Key (JWK), or rather an extension thereof. JWK (http://self-issued.info/docs/draft-ietf-jose-json-web-key.html) doesn't yet support symmetric keys, but they might be needed for WebCrypto. If it did, then a JWK "KeySet" would look something like this: { "keys" : [ { "alg" : "A256", "kid" : "f762trp28fg=", "key" : "iu287grf8d7p2g7=" }, { "alg" : "A256", "kid" : "67ef0gd8pvfd0=", "key" : "U832Pivp8=" }, { "alg" : "A256", "kid" : "86fp8yvi;8fo8=", "key" : "ubp99{((=" } ] } JWK can be extended by registration of new values with IANA. -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Tuesday, 30 October 2012 09:21:20 UTC