Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ asymmetricKeyDetails
Method
asymmetricKeyDetails
lib/internal/crypto/keys.js:269–271 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
267
}
268
269
get asymmetricKeyDetails() {
270
return
{ ...getKeyObjectAsymmetricKeyDetails(this) };
271
}
272
}
273
274
class
PublicKeyObject extends AsymmetricKeyObject {
Callers
nothing calls this directly
Calls
1
getKeyObjectAsymmetricKeyDetails
Function · 0.85
Tested by
no test coverage detected