diff --git a/doc/api/crypto.md b/doc/api/crypto.md index 7644ff7d632a22..349d09020b3ee4 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