Skip to main content
X509Certificate.prototype.checkIssued - crypto - Node documentation
method X509Certificate.prototype.checkIssued

Usage in Deno

import { X509Certificate } from "node:crypto";
X509Certificate.prototype.checkIssued(otherCert: X509Certificate): boolean

Checks whether this certificate was issued by the given otherCert.

Parameters

otherCert: X509Certificate

Return Type

boolean