diff --git a/doc/api/crypto.md b/doc/api/crypto.md index de41d5418a0fe6..659dc4e1bbbf26 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -1643,8 +1643,8 @@ added: v1.1.0 - `key` {string} A PEM encoded private key. - `passphrase` {string} An optional passphrase for the private key. - `padding` {crypto.constants} An optional padding value defined in - `crypto.constants`, which may be: `crypto.constants.RSA_NO_PADDING`, - `RSA_PKCS1_PADDING`, or `crypto.constants.RSA_PKCS1_OAEP_PADDING`. + `crypto.constants`, which may be: `crypto.constants.RSA_NO_PADDING` or + `RSA_PKCS1_PADDING`. - `buffer` {Buffer | TypedArray | DataView} Decrypts `buffer` with `publicKey`.