node/test/fixtures/wpt/WebCryptoAPI/serialization/rsa-oaep.https.any.js
Node.js GitHub Bot b5659d14ab
test: update WPT for WebCryptoAPI to 97bbc7247a
PR-URL: https://github.com/nodejs/node/pull/63417
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2026-05-20 20:21:23 +00:00

12 lines
313 B
JavaScript

// META: title=WebCryptoAPI: CryptoKey serialization
// META: script=../util/helpers.js
// META: script=serialization.js
run_test([
{
name: 'RSA-OAEP',
resultType: 'CryptoKeyPair',
usages: ['encrypt', 'decrypt', 'wrapKey', 'unwrapKey'],
publicFormat: 'spki',
privateFormat: 'pkcs8'
},
]);