I am looking for Java wrapper for curl. I understand Java has excellent apis for http and https connections (i.e. standard as well as Apache http client). I have a scenario where my https connections need to go through FIPS certified crypto engine. As Openssl is one that passed FIPS validation and curl uses it as its backend, I am wondering if there is an easy to use wrapper around curl lib.
The Bouncycastle crypto that ships with android is not fips certified.