X509CertImpl.isSelfSigned

Utility method to test if a certificate is self-signed. This is the case iff the subject and issuer X500Principals are equal AND the certificate's subject key can be used to verify the certificate. In case of exception, returns false.

class X509CertImpl
static
bool
isSelfSigned

Meta