mx4j.examples.remote.rmi.ssl.Server This example shows how to setup a JSR 160 RMIConnectorServer over SSL. <br /> An RMI server that has been setup to use SSL uses a private key to encrypt the communication with the client. The client must know the server's public key in order to be able to decrypt the communication; public ke ...