diff --git a/doc/api/crypto.md b/doc/api/crypto.md index cc310f67d1187c..1b30633221d895 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -1121,15 +1121,6 @@ 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