com.adventnet.adaptors.rmi
Class RMISSLServerSocketFactory

java.lang.Object
  |
  +--com.adventnet.adaptors.rmi.RMISSLServerSocketFactory

public class RMISSLServerSocketFactory
extends java.lang.Object
implements java.rmi.server.RMIServerSocketFactory, java.io.Serializable

See Also:
Serialized Form

Field Summary
(package private)  boolean clientAuth
           
(package private)  java.lang.String keyStore
           
(package private)  java.lang.String keyStorePass
           
 
Constructor Summary
RMISSLServerSocketFactory()
           
 
Method Summary
 java.net.ServerSocket createServerSocket(int port)
           
 void setKeyProps(java.util.Hashtable sslProps)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

keyStore

java.lang.String keyStore

keyStorePass

java.lang.String keyStorePass

clientAuth

boolean clientAuth
Constructor Detail

RMISSLServerSocketFactory

public RMISSLServerSocketFactory()
Method Detail

createServerSocket

public java.net.ServerSocket createServerSocket(int port)
                                         throws java.io.IOException
Specified by:
createServerSocket in interface java.rmi.server.RMIServerSocketFactory

setKeyProps

public void setKeyProps(java.util.Hashtable sslProps)