Broadcast a message to all other registered clients by encrypting the original message
with the server's session key and remotely invoke the broadcast method on the remote
ChatRegistry object
Broadcast a message to all other registered clients by encrypting the original message
with the server's session key and remotely invoke the broadcast method on the remote
ChatRegistry object
Send a private message to another registered client by encrypting the message, the sender's ID and the
receiver's ID with the server's PKCS public key (so other registered users can't decrypt) and
remotely invoke the sendPrivateMessage on the ChatRegistry remote object
Send a private message to another registered client by encrypting the message, the sender's ID and the
receiver's ID with the server's PKCS public key (so other registered users can't decrypt) and
remotely invoke the sendPrivateMessage on the ChatRegistry remote object