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.
See Implementation
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.