isLikelyIssuer

fun isLikelyIssuer(potentialIssuer: Certificate): Boolean

Report whether potentialIssuer's Distinguished Name matches that of the issuer of the current certificate.

This doesn't check that potentialIssuer actually signed the current certificate -- hence the "likely".