Gcr.Certificate.prototype.is_issuer

function is_issuer(issuer: Gcr.Certificate): Boolean {
    // Gjs wrapper for gcr_certificate_is_issuer()
}
  

Check if issuer could be the issuer of this certificate. This is done by comparing the relevant subject and issuer fields. No signature check is done. Proper verification of certificates must be done via a crypto library.

issuer

a possible issuer Gcr.Certificate

Returns

whether issuer could be the issuer of the certificate.