KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > management > remote > rmi > RMIConnectorServer > Top Examples

  • 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 ...
Popular Tags