<snip>
public class ZZLSocketFactory implements LayeredSocketFactory{
        public ZZLSocketFactory(){
                try{
                        SSLContext c = SSLContext.getInstance("SSL");
                        c.init(null, new TrustManager[] { new Z509TrustMgr() }, 
null);
                        sf = c.getSocketFactory();
                }catch (Exception e){
                        throw new RuntimeException(e.toString());
                }

        }
</snip>
the getInstance method is throwing a NoSuchAlgorithmException with the
message as stated above. I've been going over the android docs and it
seems on the surface it should be supported or did i miss anything?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to