In this post I have demonstrate how a Java Remote Method Invocation (RMI) application can make remote invocations over Secure Socket Layer (SSL) connections.
http://codeoftheday.blogspot.com/2013/07/java-remote-method-invocation-rmi-with.html Highlights : Create a KeyStore and Generate a Public-Private Key Export a X.509 Certificate against above Key into a file Create a TrustStore and Import X.509 Certificate as a Trusted Certificate Define RMI Remote Interface Implement RMI Remote Interface Create RMI Client which will consume/invoke RMI method remotely Finally, create RMI Registry Run the program! -- You received this message because you are subscribed to the Google Groups "JPassion.com: Java Programming" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at http://groups.google.com/group/jpassion_java. For more options, visit https://groups.google.com/groups/opt_out.
