Hello, How can I make WebView objects using a custom key- or truststores?
It works by creating a WebViewClient and override the shouldOverrideUrlLoading method to setup a SSLSocket and pass the received html data to WebView.loadData. However, I think there should be a way to tell WebView directly which keystore and truststore it should use to setup SSL connections. Thus, we do not need to reinvent the downloading of html data to be displayed. Thanks for you help. Alex -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

