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

Method asymmetricKeyType

lib/internal/crypto/keys.js:265–267  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

263
264 class AsymmetricKeyObject extends KeyObject {
265 get asymmetricKeyType() {
266 return getKeyObjectAsymmetricKeyType(this);
267 }
268
269 get asymmetricKeyDetails() {
270 return { ...getKeyObjectAsymmetricKeyDetails(this) };

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected