Ok, before you yell at me for saying Java is already portable, read the question. I need to write a server and client using the Java.net.ssl package.The server and client need to be executable .jar files that are compatible with J2SE 1.3+. If anyone about a resource that can help, please post a link. I would prefer not to use the default SSLSocketFactory. Also, the server and client need to run on the same computer.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
SSLSocketFactoryis just a "factory", it can use non-default providers if you really want to. What do you have against it? What kind of protocol do you want to have on top of SSL? – Bruno Oct 29 '10 at 13:20