Hi experts, I want to use HTTPClient to try out ECC. How do I do this ? BouncyCastle and JDK 1.6 beta support ECC. I'd like to use Bouncy Castle since it is a pure java implementation.
I've read http://jakarta.apache.org/commons/httpclient/sslguide.html. Do I need to implement a custom factory that implements org.apache.commons.httpclient.protocol.SecureProtocolSocketFactory ? I've seen the contributed implementations but am not sure how to proceed. Can someone give me pointers please ? Thanks in Advance, Hari.
