enumerable: true, value(obj) { if (!process.versions.openssl) { return false; } if (!isCryptoKey) { ({ isCryptoKey } = require('internal/crypto/keys')); } return isCryptoKey(obj); } } });