OLD | NEW |
1 Tests structured cloning of HKDF keys | 1 Tests structured cloning of HKDF keys |
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 importedKey.extraProperty is "hi" | 6 PASS importedKey.extraProperty is "hi" |
7 PASS importedKey.type is "secret" | 7 PASS importedKey.type is "secret" |
8 PASS typeof importedKey.extractable is 'boolean' | 8 PASS typeof importedKey.extractable is 'boolean' |
9 PASS importedKey.extractable is false | 9 PASS importedKey.extractable is false |
10 PASS importedKey.algorithm.name is "HKDF" | 10 PASS importedKey.algorithm.name is "HKDF" |
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
270 PASS typeof clonedKey.extractable is 'boolean' | 270 PASS typeof clonedKey.extractable is 'boolean' |
271 PASS clonedKey.extractable is false | 271 PASS clonedKey.extractable is false |
272 PASS clonedKey.algorithm.name is "HKDF" | 272 PASS clonedKey.algorithm.name is "HKDF" |
273 PASS clonedKey.usages.join(',') is "deriveKey,deriveBits" | 273 PASS clonedKey.usages.join(',') is "deriveKey,deriveBits" |
274 Serialized key bytes: 3f004b0610a0022000112233445546778899aabbccddeeff0001020304
05060708090a0b0c0d0e0f | 274 Serialized key bytes: 3f004b0610a0022000112233445546778899aabbccddeeff0001020304
05060708090a0b0c0d0e0f |
275 | 275 |
276 PASS successfullyParsed is true | 276 PASS successfullyParsed is true |
277 | 277 |
278 TEST COMPLETE | 278 TEST COMPLETE |
279 | 279 |
OLD | NEW |