[android-developers] Re: "java.security.NoSuchAlgorithmException: SSLContext SSL implementation not found"

2010-02-23 Thread Android-kums
Please help for my issue. On Feb 22, 11:13 am, Android-kums wrote: > If anybody know about this issue,give me a solution. > > Thanks,kums. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, se

[android-developers] Re: "java.security.NoSuchAlgorithmException: SSLContext SSL implementation not found"

2010-02-21 Thread Android-kums
If anybody know about this issue,give me a solution. Thanks, kums. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to andro

[android-developers] "java.security.NoSuchAlgorithmException: SSLContext SSL implementation not found"

2010-02-19 Thread Android-kums
Hi All, I want to use sslsocket to my application. I am having one certificate file called "myserver.cer" Using my code i got all the details about certification file . Now i created instance for SSLContext like below. SSLContext sc = SSLContext.getInstance("SSL"); If i used this in my code i g