Can some one help me in authenticating RMI Server-Client

Hi All,I need to use some kind of a mechanism which will authenticate a RMI client with the RMI server. I am thinking of using a encrypted key and try authenticate the client with that....can anyone tell me how to implement it or any better idea?
[267 byte] By [The_java_guya] at [2007-11-26 16:00:34]
# 1
Perhaps this short discussion on the [url=https://cajo.dev.java.net/servlets/ProjectForumMessageView?messageID=16472&forumID=428]seed/key[/url] algorithm might help.Best wishes,John
cajoa at 2007-7-8 22:21:59 > top of Java-index,Core,Core APIs...
# 2
SSL
ejpa at 2007-7-8 22:21:59 > top of Java-index,Core,Core APIs...
# 3
Are you talking about using the two new classes, javax.rmi.ssl.SslRMIClientSocketFactory and javax.rmi.ssl.SslRMIServerSocketFactory?(in 1.5.0)Can you provide me any link/tutorial on SSL handshake and how they are implemented?
The_java_guya at 2007-7-8 22:22:00 > top of Java-index,Core,Core APIs...
# 4

If you want to know more about how you can use the SSL RMI socket factories

with client authentication have a look at my previous answer in this forum:

http://forum.java.sun.com/thread.jspa?forumID=58&threadID=784770

I hope this helps.

Regards,

Luis-Miguel Alventosa

JMX Java SE development team

Sun Microsystems, Inc.

lmalventa at 2007-7-8 22:22:00 > top of Java-index,Core,Core APIs...