*TLS On Fri, Feb 19, 2010 at 10:14 PM, Deva R <[email protected]> wrote:
> > SSL is not implemented, but you can continue using TSL, which is same as > SSLv3 protocol.. > > Regards > Deva > > > > On Fri, Feb 19, 2010 at 5:35 PM, kums <[email protected]> wrote: > >> 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]<android-porting%[email protected]> >> website: http://groups.google.com/group/android-porting >> > > -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
