blob: 7c792d69606e134d776d829d91c214585d8b0617 [file] [log] [blame]
[Worker] Test unwrapping a JWK oct key with RSA-OAEP using an imported key in workers
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
Starting worker: resources/rsa-oaep-import-key-unwrap-key.js
PASS [Worker] unwrappedKey.kty is 'oct'
PASS [Worker] Base64URL.parse(unwrappedKey.k) is rawKey
PASS [Worker] unwrappedKey.alg is 'A128CBC'
PASS [Worker] unwrappedKey.key_ops is ['decrypt', 'encrypt']
PASS [Worker] unwrappedKey.ext is true
PASS successfullyParsed is true
TEST COMPLETE