Skip to content

Commit 5d9ce00

Browse files
authored
Add node:crypto key APIs to supported matrix (#20293)
1 parent e360f46 commit 5d9ce00

File tree

1 file changed

+8
-8
lines changed
  • src/content/docs/workers/runtime-apis/nodejs

1 file changed

+8
-8
lines changed

src/content/docs/workers/runtime-apis/nodejs/crypto.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The [WebCrypto API](/workers/runtime-apis/web-crypto/) is also available within
2525
| [ECDH](https://nodejs.org/api/crypto.html#class-ecdh) | | |
2626
| [Hash](https://nodejs.org/api/crypto.html#class-hash) || |
2727
| [Hmac](https://nodejs.org/api/crypto.html#class-hmac) || |
28-
| [KeyObject](https://nodejs.org/api/crypto.html#class-keyobject) | | |
28+
| [KeyObject](https://nodejs.org/api/crypto.html#class-keyobject) | | |
2929
| [Sign](https://nodejs.org/api/crypto.html#class-sign) | | |
3030
| [Verify](https://nodejs.org/api/crypto.html#class-verify) | | |
3131
| [X509Certificate](https://nodejs.org/api/crypto.html#class-x509certificate) || |
@@ -76,13 +76,13 @@ The [WebCrypto API](/workers/runtime-apis/web-crypto/) is also available within
7676

7777
| API | Supported? | Notes |
7878
| ------------------------------------------------------------------------------------------------ | ---------- | ----- |
79-
| [createPrivateKey](https://nodejs.org/api/crypto.html#cryptocreateprivatekeykey) | | |
80-
| [createPublicKey](https://nodejs.org/api/crypto.html#cryptocreatepublickeykey) | | |
81-
| [createSecretKey](https://nodejs.org/api/crypto.html#cryptocreatesecretkeykey-encoding) | | |
82-
| [generateKey](https://nodejs.org/api/crypto.html#cryptogeneratekeytype-options-callback) | | |
83-
| [generateKeyPair](https://nodejs.org/api/crypto.html#cryptogeneratekeypairtype-options-callback) | | |
84-
| [generateKeyPairSync](https://nodejs.org/api/crypto.html#cryptogeneratekeypairsynctype-options) | | |
85-
| [generateKeySync](https://nodejs.org/api/crypto.html#cryptogeneratekeysynctype-options) | | |
79+
| [createPrivateKey](https://nodejs.org/api/crypto.html#cryptocreateprivatekeykey) | | |
80+
| [createPublicKey](https://nodejs.org/api/crypto.html#cryptocreatepublickeykey) | | |
81+
| [createSecretKey](https://nodejs.org/api/crypto.html#cryptocreatesecretkeykey-encoding) | | |
82+
| [generateKey](https://nodejs.org/api/crypto.html#cryptogeneratekeytype-options-callback) | | |
83+
| [generateKeyPair](https://nodejs.org/api/crypto.html#cryptogeneratekeypairtype-options-callback) | | Does not support DSA or DH key pairs |
84+
| [generateKeyPairSync](https://nodejs.org/api/crypto.html#cryptogeneratekeypairsynctype-options) | | Does not support DSA or DH key pairs |
85+
| [generateKeySync](https://nodejs.org/api/crypto.html#cryptogeneratekeysynctype-options) | | |
8686

8787
## Sign/Verify
8888

0 commit comments

Comments
 (0)