de.tu_darmstadt.sp.rmi
Class SecureRMIRegistry

java.lang.Object
  |
  +--de.tu_darmstadt.sp.rmi.SecureRMIRegistry

public class SecureRMIRegistry
extends java.lang.Object

Class SecureRMIRegistry starts an RMI registry using secure sockets. The registration won't work if the remote servers don't use secure sockets.

Version:
$ITIRevision: 1.2 $
Author:
Andrei Popovici

Constructor Summary
SecureRMIRegistry()
           
 
Method Summary
static void main(java.lang.String[] args)
          Usage: sslrmiregistry registry_name Crate a new de.tu_darmstadt.sp.rmi.RegistryImpl server, bound to the local, classical rmiregistry service under the the name registry_name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecureRMIRegistry

public SecureRMIRegistry()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Usage:
 sslrmiregistry registry_name 
Crate a new de.tu_darmstadt.sp.rmi.RegistryImpl server, bound to the local, classical rmiregistry service under the the name registry_name