blob: e2e78a456179bc1219b72ab87b60841cdcca111d [file] [log] [blame]
Test generating a HMAC key with customized length.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Generating a key...
PASS key.type is 'secret'
PASS key.extractable is true
PASS key.algorithm.name is 'HMAC'
PASS key.algorithm.length is 120
PASS key.algorithm.hash.name is 'SHA-512'
PASS key.usages is ["sign", "verify"]
PASS successfullyParsed is true
TEST COMPLETE