blob: 6c4d885424f62d64dad8ea165321d8fb849b0323 [file] [log] [blame]
Test generating an AES key with length 192 using AES-CBC algorithm.
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 'AES-CBC'
PASS key.algorithm.length is 192
PASS key.usages is ['decrypt', 'encrypt', 'unwrapKey', 'wrapKey']
PASS successfullyParsed is true
TEST COMPLETE