OLD | NEW |
(Empty) | |
| 1 Test storing a Raw key in IndexedDB, and retrieving it which has empty key usage
. |
| 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 |