Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ test-crypto-keyobject-hidden-slots.js
File
test-crypto-keyobject-hidden-slots.js
test/parallel/test-crypto-keyobject-hidden-slots.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
'use strict'
;
2
3
// KeyObject public getters and methods are configurable JS properties.
4
// Internal consumers must read key state through hidden native-backed
Callers
nothing calls this directly
Calls
15
createSecretKey
Function · 0.85
createHmac
Function · 0.85
updateFinal
Function · 0.85
createCipheriv
Function · 0.85
createDecipheriv
Function · 0.85
hkdfSync
Function · 0.85
generateKeyPairSync
Function · 0.85
diffieHellman
Function · 0.85
createSign
Function · 0.85
createVerify
Function · 0.85
createPublicKey
Function · 0.85
createPrivateKey
Function · 0.85
Tested by
no test coverage detected