OLD | NEW |
1 Check that an already imported key with empty usages can be deserialized. | 1 Check that an already imported key with empty usages can be deserialized. |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 PASS key.type is "secret" | 6 PASS key.type is "secret" |
7 PASS key.extractable is true | 7 PASS key.extractable is true |
8 PASS key.algorithm.name is "AES-CBC" | 8 PASS key.algorithm.name is "AES-CBC" |
9 PASS key.usages is [] | 9 PASS key.usages is [] |
10 PASS successfullyParsed is true | 10 PASS successfullyParsed is true |
11 | 11 |
12 TEST COMPLETE | 12 TEST COMPLETE |
13 | 13 |
OLD | NEW |