This is a request for enhancement. Can we make the private methods in SSLSocketBuilder protected to help facilitate subclassing?
I think I still need to customize the SSL stuff even further, but I don't want to have to re-write or cut-n-paste that which is already implemented in SSLSocketBuilder. I envision being able to override createCustomServerSocketFactory and createCustomSocketFactory in my subclass to do some additional things with the SSLContext and possibly wrapping the factories in my own implementation, along the same lines as what UserModeSSLServerSocketFactory is doing (i.e. I may want access to the actual sockets that get created). I think the following private methods should be made protected: createCustomServerSocketFactory createCustomSocketFactory getTrustManagerFactory getKeyManagerFactory getKeyStore View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3946303#3946303 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3946303 ------------------------------------------------------- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
