summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorexoego <mogami@exoego.net>2019-09-24 16:50:36 +0900
committerRich Trott <rtrott@gmail.com>2019-09-27 15:37:14 -0700
commit5e1440c76b6181b5c271acaaeb20183ad5885562 (patch)
tree15d14d10d37fecbe4807bbe502b111f2bd2bcb25 /doc
parent63c0f15a8286ffb1fa99d4eb5faebfd844d8451a (diff)
downloadandroid-node-v8-5e1440c76b6181b5c271acaaeb20183ad5885562.tar.gz
android-node-v8-5e1440c76b6181b5c271acaaeb20183ad5885562.tar.bz2
android-node-v8-5e1440c76b6181b5c271acaaeb20183ad5885562.zip
doc: add KeyObject to type for crypto.createDecipheriv() argument
PR-URL: https://github.com/nodejs/node/pull/29689 Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/crypto.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/crypto.md b/doc/api/crypto.md
index 7dd4e2ecbf..5ac8b09820 100644
--- a/doc/api/crypto.md
+++ b/doc/api/crypto.md
@@ -1736,7 +1736,7 @@ changes:
-->
* `algorithm` {string}
-* `key` {string | Buffer | TypedArray | DataView}
+* `key` {string | Buffer | TypedArray | DataView | KeyObject}
* `iv` {string | Buffer | TypedArray | DataView | null}
* `options` {Object} [`stream.transform` options][]
* Returns: {Decipher}