method X509Certificate.prototype.checkIssued Usageimport { X509Certificate } from "node:crypto"; X509Certificate.prototype.checkIssued(otherCert: X509Certificate): boolean Checks whether this certificate was issued by the given otherCert. Checks whether this certificate was issued by the given otherCert. Parameters otherCert: X509Certificate Return Type boolean