// Check to see if PureTLS is floating around somewhere Class.forName("COM.claymoresystems.ptls.SSLContext");
return "PureTLS";
return new PureTLSSupport((SSLSocket)s);
return new PureTLSSocketFactory();