- From: <Axel.Nennker@telekom.de>
- Date: Thu, 13 Sep 2012 15:57:33 +0200
- To: <Virginie.GALINDO@gemalto.com>, <public-webcrypto@w3.org>
- CC: <wseltzer@w3.org>, <hhalpin@w3.org>
- Message-ID: <CE8995AB5D178F44A2154F5C9A97CAF40251A788F4CB@HE111541.emea1.cds.t-internal.com>
In 25.2 Key Storage var encryptionKey = window.keys.getKeyById("78966b83-b003-46ac-8122-3771e9d7f78"); // This key is no longer needed, I should remove it: window.keys.removeKeyById(encryptionKey.id); var otherEncryptionKey = window.keys.getKeyById("5edbeebe-bbbf-4d60-9846-8bbdb81e3215"); shouldn't that read var encryptionKey = window.crypto.keys.getKeyById("78966b83-b003-46ac-8122-3771e9d7f78"); // This key is no longer needed, I should remove it: window.crypto.keys.removeKeyById(encryptionKey.id); var otherEncryptionKey = window.crypto.keys.getKeyById("5edbeebe-bbbf-4d60-9846-8bbdb81e3215"); instead? Axel -----Original Message----- From: GALINDO Virginie [mailto:Virginie.GALINDO@gemalto.com] Sent: Thursday, September 13, 2012 3:28 PM To: public-webcrypto@w3.org Cc: Wendy Seltzer; Harry Halpin Subject: [W3C Web Crypto WG] FPWD Web Crypto API - available Dear all, The Web Crypto API is now available under http://www.w3.org/TR/WebCryptoAPI/. Regards, Virginie -----Original Message----- From: GALINDO Virginie Sent: jeudi 13 septembre 2012 07:18 To: public-webcrypto@w3.org Cc: Wendy Seltzer; Harry Halpin Subject: [W3C Web Crypto WG] Request transition for FPWD on Web Crypto API - approved Dear all, This is to inform you that the request for transition to FPWD has been approved by the domain team leader (Thomas Roessler). Next step is the migration under http://www.w3.org/TR/WebCryptoAPI/ official link. Will keep you informed. Regards, Virginie, gemalto Happy Chair of Web Crypto WG
Received on Thursday, 13 September 2012 13:58:20 UTC