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