doc: remove invalid padding from privateEncrypt

PR-URL: https://github.com/nodejs/node/pull/9611
Fixes: https://github.com/nodejs/node/issues/9609
Reviewed-By: Claudio Rodriguez <cjrodr@yahoo.com>
Reviewed-By: Sam Roberts <sam@strongloop.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
This commit is contained in:
JungMinu 2016-11-15 11:29:15 +09:00 committed by Roman Reiss
parent f9c98563da
commit be0ce60af6
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443

View File

@ -1451,7 +1451,6 @@ keys:
* `padding` : An optional padding value, one of the following:
* `crypto.constants.RSA_NO_PADDING`
* `crypto.constants.RSA_PKCS1_PADDING`
* `crypto.constants.RSA_PKCS1_OAEP_PADDING`
All paddings are defined in `crypto.constants`.