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 got one exception called

"java.security.NoSuchAlgorithmException: SSLContext SSL implementation
not found"

Instead of "SSL" i gave "TLS". Its never show this exception.

But i need to use "SSL" protocal. so how can i solve my problem.

Help me,

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
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to