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
.
otherCert: X509Certificate
boolean