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

Function importKey

lib/internal/crypto/webcrypto.js:984–991  ·  view source on GitHub ↗
(
  format,
  keyData,
  algorithm,
  extractable,
  keyUsages)

Source from the content-addressed store, hash-verified

982}
983
984function importKey(
985 format,
986 keyData,
987 algorithm,
988 extractable,
989 keyUsages) {
990 return callSubtleCryptoMethod(importKeyImpl, this, arguments);
991}
992
993function importKeyImpl(
994 format,

Callers

nothing calls this directly

Calls 1

callSubtleCryptoMethodFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…