We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4a6ca6 commit 23c67deCopy full SHA for 23c67de
doc/api/crypto.md
@@ -1643,8 +1643,8 @@ added: v1.1.0
1643
- `key` {string} A PEM encoded private key.
1644
- `passphrase` {string} An optional passphrase for the private key.
1645
- `padding` {crypto.constants} An optional padding value defined in
1646
- `crypto.constants`, which may be: `crypto.constants.RSA_NO_PADDING`,
1647
- `RSA_PKCS1_PADDING`, or `crypto.constants.RSA_PKCS1_OAEP_PADDING`.
+ `crypto.constants`, which may be: `crypto.constants.RSA_NO_PADDING` or
+ `RSA_PKCS1_PADDING`.
1648
- `buffer` {Buffer | TypedArray | DataView}
1649
1650
Decrypts `buffer` with `publicKey`.
0 commit comments