Javax.net.ssl convertion or equvalent in VB.NET
843811Sep 16 2009 — edited Sep 21 2009I have been assigned the task of converting a java api to vb.net which is the companies prefered programming language, I have been able to convert everything over except for a few references mainly the Javax.net.ssl references and the digester class. I have tried using the IKVM opensource software to convert the jar files to .dll's which works however the IKVM references add about 26 MB's to the app. I'm still relatively new to the vb.net programming so I was hoping that someone from here could point me in the right direction. I have asked this in the Microsoft Developers forum also but have had no luck so far. So I guess I have a few questions.
1. Does anyone know if there is a .Net equivalent to the Javax.net.ssl?
2. Is there any other way to import or convert the .Jar files without using IKVM and it's bulky references.
Terry