Skip to main content
method X509Certificate.prototype.checkIssued
X509Certificate.prototype.checkIssued(otherCert: X509Certificate): boolean
Deprecated

Checks whether this certificate was issued by the given otherCert.

Parameters

otherCert: X509Certificate

Return Type

boolean
Back to top