Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 Test storing a Raw key in IndexedDB, and retrieving it which has empty key usage . | |
|
eroman
2014/12/17 21:08:43
Where is this test? It is not attached to the chan
Habib Virji
2014/12/18 09:36:38
It is from first patch, somehow this file got incl
| |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". | |
| 4 | |
| 5 | |
| 6 Put key into database successfully | |
| 7 Put key into database successfully | |
| 8 Read AES Key | |
| 9 PASS retrievedKey.format is "jwk" | |
| 10 PASS retrievedKey.keyData.k is "jnOw99oOZFLIEPMrgJB55WL46tJSLGt7jnOw99oOZFI" | |
| 11 PASS retrievedKey.extractable is true | |
| 12 PASS retrievedKey.algorithm.name is "AES-CBC" | |
| 13 PASS retrievedKey.usages is [] | |
| 14 Read HMAC Key | |
| 15 PASS retrievedKey.format is "jwk" | |
| 16 PASS retrievedKey.keyData.k is "jnOw99oOZFLIEPMrgJB55WL46tJSLGt7jnOw99oOZFI" | |
| 17 PASS retrievedKey.extractable is true | |
| 18 PASS retrievedKey.algorithm.name is "HMAC" | |
| 19 PASS retrievedKey.usages is [] | |
| 20 PASS successfullyParsed is true | |
| 21 | |
| 22 TEST COMPLETE | |
| 23 | |
| OLD | NEW |