blob: 5b6b5827ed8055e7d472d815850d39c4582a7862 [file] [log] [blame]
Test importing a JWK AES-CBC key with minimum JWK information
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 'AES-CBC'
PASS key.algorithm.length is 128
PASS key.usages is ['decrypt', 'encrypt', 'unwrapKey', 'wrapKey']
PASS successfullyParsed is true
TEST COMPLETE