I’m using a project which has these imports in the beginning:
import javax.net.ssl.KeyManagerFactory;
import javax.net.ssl.SSLContext;
import javax.net.ssl.SSLServerSocket;
import javax.net.ssl.SSLServerSocketFactory;
import javax.net.ssl.SSLSocket;
import javax.net.ssl.SSLSocketFactory;
import javax.net.ssl.TrustManagerFactory;
but Eclipse reports them as errors. How can I add these to my project?
Thanks.
Never mind. I found the .jar file. It is jsse.jar.