Gcr.Certificate.prototype.get_issuer_raw

function get_issuer_raw(): [return_value: ByteArray, n_data: Number(gsize)] {
    // Gjs wrapper for gcr_certificate_get_issuer_raw()
}
  

Get the raw DER data for the issuer DN of the certificate.

The data should be freed by using g_free() when no longer required.

return_value

allocated memory containing the raw issuer

n_data

The length of the returned data.