method X509Certificate.prototype.checkIssued
Usage in Deno
```typescript import { X509Certificate } from "node:node__crypto.d.ts"; ```
X509Certificate.prototype.checkIssued(otherCert: X509Certificate): boolean
Checks whether this certificate was issued by the given `otherCert`.
otherCert: X509Certificate
boolean