Source code
Revision control
Copy as Markdown
Other Tools
Test Info: Warnings
- This test has a WPT meta file that expects 3 subtest issues.
- This WPT test may be referenced by the following Test IDs:
- /WebCryptoAPI/serialization/aes-ocb.tentative.https.any.html - WPT Dashboard Interop Dashboard
- /WebCryptoAPI/serialization/aes-ocb.tentative.https.any.worker.html - WPT Dashboard Interop Dashboard
// META: title=WebCryptoAPI: CryptoKey serialization
// META: script=../util/helpers.js
// META: script=serialization.js
run_test([
{
name: 'AES-OCB',
resultType: 'CryptoKey',
usages: ['encrypt', 'decrypt', 'wrapKey', 'unwrapKey'],
exportFormat: 'raw-secret'
},
]);