diff --git a/doc/api/crypto.md b/doc/api/crypto.md index 328d7daac1f6f3..f10764c9e4b9b2 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -1121,6 +1121,15 @@ exposes different functions. Most applications should consider using the new `KeyObject` API instead of passing keys as strings or `Buffer`s due to improved security features. +### keyObject.asymmetricKeySize + +* {number} + +For asymmetric keys, this property represents the size of the embedded key in +bytes. This property is `undefined` for symmetric keys. + ### keyObject.asymmetricKeyType