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.

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

Reply via email to