OLD | NEW |
1 Tests structured cloning of HMAC keys | 1 Tests structured cloning of HMAC 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 true | 9 PASS importedKey.extractable is true |
10 PASS importedKey.algorithm.name is "HMAC" | 10 PASS importedKey.algorithm.name is "HMAC" |
(...skipping 691 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
702 PASS clonedKey.algorithm.name is "HMAC" | 702 PASS clonedKey.algorithm.name is "HMAC" |
703 PASS clonedKey.algorithm.length is 256 | 703 PASS clonedKey.algorithm.length is 256 |
704 PASS clonedKey.algorithm.hash.name is "SHA-512" | 704 PASS clonedKey.algorithm.hash.name is "SHA-512" |
705 PASS clonedKey.usages.join(',') is "sign,verify" | 705 PASS clonedKey.usages.join(',') is "sign,verify" |
706 Serialized key bytes: 3f004b022008182000112233445546778899aabbccddeeff0001020304
05060708090a0b0c0d0e0f | 706 Serialized key bytes: 3f004b022008182000112233445546778899aabbccddeeff0001020304
05060708090a0b0c0d0e0f |
707 | 707 |
708 PASS successfullyParsed is true | 708 PASS successfullyParsed is true |
709 | 709 |
710 TEST COMPLETE | 710 TEST COMPLETE |
711 | 711 |
OLD | NEW |