blob: ebae22cfa7ef751a1e6553f518841cf9f82985d3 [file] [log] [blame]
Test importing a JWK HMAC key with SHA-1
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Importing a key...
PASS key.type is 'secret'
PASS key.extractable is true
PASS key.algorithm.name is 'HMAC'
PASS key.algorithm.length is 128
PASS key.algorithm.hash.name is 'SHA-1'
PASS key.usages is ['sign', 'verify']
PASS successfullyParsed is true
TEST COMPLETE