System.setProperty("javax.net.ssl.trustStore", "cacerts.jks");
SSLSocketFactory ssf = (SSLSocketFactory) SSLSocketFactory.getDefault();
I would want to implement my SSL socket for my server and client. There is this System.setproperty i am trying to replace with bufferedreader like stuff to read in the certificate. Can it be done?