Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /WebCryptoAPI/import_export/symmetric_importKey.https.any.html - WPT Dashboard Interop Dashboard
- /WebCryptoAPI/import_export/symmetric_importKey.https.any.worker.html - WPT Dashboard Interop Dashboard
// META: title=WebCryptoAPI: importKey() for symmetric keys
// META: timeout=long
// META: script=../util/helpers.js
// META: script=symmetric_importKey.js
runTests("AES-CTR");
runTests("AES-CBC");
runTests("AES-GCM");
runTests("AES-KW");
runTests("HMAC");
runTests("HKDF");
runTests("PBKDF2");