Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /WebCryptoAPI/serialization/rsa-pss.https.any.html - WPT Dashboard Interop Dashboard
- /WebCryptoAPI/serialization/rsa-pss.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: 'RSA-PSS',
resultType: 'CryptoKeyPair',
usages: ['sign', 'verify'],
publicFormat: 'spki',
privateFormat: 'pkcs8'
},
]);