Android\'s WebViewClient calls onReceivedSslError when it encounters an untrusted cert. However, the SslError object I receive in that
WebViewClient
onReceivedSslError
SslError
After a long wait it seems that a method called getX509Certificate(): java.security.cert.X509Certificate has been added to SslCertificate after my feature request as issue 36984840.
getX509Certificate(): java.security.cert.X509Certificate