MCPcopy Create free account
hub / github.com/nodejs/node / checkIssued

Method checkIssued

lib/internal/crypto/x509.js:370–374  ·  view source on GitHub ↗
(otherCert)

Source from the content-addressed store, hash-verified

368 }
369
370 checkIssued(otherCert) {
371 if (!isX509Certificate(otherCert))
372 throw new ERR_INVALID_ARG_TYPE('otherCert', 'X509Certificate', otherCert);
373 return this[kHandle].checkIssued(otherCert[kHandle]);
374 }
375
376 checkPrivateKey(pkey) {
377 if (!isKeyObject(pkey))

Callers 1

Calls 1

isX509CertificateFunction · 0.85

Tested by

no test coverage detected