MCPcopy Index your code
hub / github.com/nodejs/node / getKeyObjectHandle

Function getKeyObjectHandle

lib/internal/crypto/keys.js:889–891  ·  view source on GitHub ↗

* Returns the KeyObjectHandle wrapping the KeyObject's underlying key * material. * @param {KeyObject} key * @returns {KeyObjectHandle}

(key)

Source from the content-addressed store, hash-verified

887 * @returns {KeyObjectHandle}
888 */
889function getKeyObjectHandle(key) {
890 return getKeyObjectSlots(key)[kKeyObjectSlotHandle];
891}
892
893/**
894 * Returns the KeyObject's symmetric key size, bypassing the public

Callers 10

toCryptoKeyMethod · 0.85
exportMethod · 0.85
exportMethod · 0.85
exportMethod · 0.85
prepareAsymmetricKeyFunction · 0.85
prepareSecretKeyFunction · 0.85
checkPrivateKeyMethod · 0.85
verifyMethod · 0.85
processIdentityOptionsFunction · 0.85
objectComparisonStartFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…