mirror of
https://github.com/nodejs/node.git
synced 2025-05-08 20:39:30 +00:00
![]() Adds [JWK](https://tools.ietf.org/html/rfc7517) keyObject.export format option. Supported key types: `ec`, `rsa`, `ed25519`, `ed448`, `x25519`, `x448`, and symmetric keys, resulting in JWK `kty` (Key Type) values `EC`, `RSA`, `OKP`, and `oct`. `rsa-pss` is not supported since the JWK format does not support PSS Parameters. `EC` JWK curves supported are `P-256`, `secp256k1`, `P-384`, and `P-521` PR-URL: https://github.com/nodejs/node/pull/37081 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> |
||
---|---|---|
.. | ||
aes.js | ||
certificate.js | ||
cipher.js | ||
diffiehellman.js | ||
dsa.js | ||
ec.js | ||
hash.js | ||
hashnames.js | ||
hkdf.js | ||
keygen.js | ||
keys.js | ||
mac.js | ||
pbkdf2.js | ||
random.js | ||
rsa.js | ||
scrypt.js | ||
sig.js | ||
util.js | ||
webcrypto.js | ||
x509.js |