Thread
:
How would I transmit my password through java
View Single Post
#
2
(
permalink
)
07-30-2007, 09:29 PM
brianhks
Senior Member
Join Date: Jul 2007
Posts: 134
This all depends on the protocol of the server you are trying to contact. Usually it means that you need to set up an SSL connection with the server. Have a look at the SSLSocket class.
brianhks
View Public Profile
Send a private message to brianhks
Find all posts by brianhks