diff --git a/doc/api/crypto.md b/doc/api/crypto.md index 35c15a7748ecc5..480930898eced0 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -1129,18 +1129,23 @@ passing keys as strings or `Buffer`s due to improved security features. * {string} For asymmetric keys, this property represents the type of the embedded key (`'rsa'`, `'dsa'`, `'ec'`, `'ed25519'`, `'ed448'`, `'x25519'` or `'x448'`). -This property is `undefined` for symmetric keys. +This property is `undefined` for unrecognized `KeyObject` types and symmetric +keys. ### keyObject.export([options])