Tauqir Amin wrote:
>
> Hello dear all
> I want to develop a java application which will behave like a browser and
> communicate with web server through https. The application will accept
> certificate request and acknowledge it. Are there any classes available for
> https communication? Any examples of source code or any links to this kind
> of information.

You cannot use https with JDK1.1 or JDK1.2
You must get some third party implementation of SSL protocol.
I can suggest you:
free,but with JNI calls to OpenSSL C library
 - http://www-sp.iti.informatik.tu-darmstadt.de/itissl/
list of commercial 100% Java implementations
- http://java.sun.com/products/jdk/1.2/docs/guide/rmi/SSLInfo.html

Martin
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   INET, a.s.                          Mgr. Martin Kuba
Kralovopolska 139                  e-mail: [EMAIL PROTECTED]
  601 12 Brno                      WWW: http://www.inet.cz/~makub/
 Czech Republic                    tel: +420-5-41242414/33
--------------------------------------------------------------------
PGP fingerprint = D8 57 47 E5 36 D2 C1 A1  C3 48 B2 59 00 58 42 27
 http://wwwkeys.cz.pgp.net:11371/pks/lookup?op=index&search=makub
--------------------------------------------------------------------

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to