Folks,

I have written a custom socket factory to handle the
com.rsa.ssl.SSLSocket/com.rsa.ssl.SSLSession instead of
javax.net.ssl.SSLSession/javax.net.ssl.SSLSocket.

http://hc.apache.org/httpcomponents-client-ga/tutorial/html/connmgmt.html#d5e531
 
mentions that httpclient only support JCE/JSSE.

Seems like am duplicate a lot of code which is already supported by the
httpclient. Is there any mechanism by which i use apart for customizing
SocketFactory?

I wanted to evaluate if  adding
com.rsa.jsse.JsseProvider/com.rsa.jsafe.provider.JsafeJCE providers to the
java.security.Security.addProvider() during the program startup could
probably get rid of customization of the socket factory.

Regards
bekz
-- 
View this message in context: 
http://old.nabble.com/Using-RSA-cryptoj-for-SSLSocket-tp33434261p33434261.html
Sent from the HttpClient-User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to