379380381382383384385
* Sets the SSL factory */ public JsseSSLFactory createJsse() { // should probably check that openssl exists return new JsseSSLFactory(); }
381382383384385386387