Just an addition to the original post:

Web pages loaded via WebView.loadData will not load further content
(e.g. scripts or images) from the network. Thus, my mechanism is not
helpful if the loaded web pages needs to load scripts or images.

Droidsan

On Dec 10, 12:13 pm, droidsan <[email protected]> wrote:
> Hello,
>
> How can I makeWebViewobjects using a customkey- or truststores?
>
> It works by creating a WebViewClient and override the
> shouldOverrideUrlLoading method to setup a SSLSocket and pass the
> received html data toWebView.loadData. However, I think there should
> be a way to tellWebViewdirectly 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

Reply via email to