Does that means - Keymanager has to be created manually by reading the
bks file from raw resource.
Or is it possible to read the installed certificates from data/misc/
keysotre

I have tried reading the keystore from raw resource and created the
derived classes from SocketFactory and X509TrustManager.
But in my case, checkClientTrusted of the custom X509TrustManager is
not getting called at all. Only checkServerTrusted is getting called.

Please suggest what could be done so that checkClientTrusted  also
gets called.


On Aug 11, 8:56 am, Brian Carlstrom <[email protected]> wrote:
> Yes, client certificate authentication is supported for apps via the usual
> SSLContext API. You need to supply a KeyManager, typically created with a
> KeyStore containing the client certificate you want to use.
>
> -bri
>
> On Wed, Aug 10, 2011 at 7:41 PM, charan <[email protected]> wrote:
> > Are two way SSL handshakes supported on Android?
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Android Security Discussions" 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-security-discuss?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Android Security Discussions" 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-security-discuss?hl=en.

Reply via email to