org.objectweb.proactive.ext.security.ssl
Class RMISSLServerSocketFactory
java.lang.Object
org.objectweb.proactive.ext.security.ssl.RMISSLServerSocketFactory
- All Implemented Interfaces:
- java.rmi.server.RMIServerSocketFactory, java.io.Serializable
- public class RMISSLServerSocketFactory
- extends java.lang.Object
- implements java.rmi.server.RMIServerSocketFactory, java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RMISSLServerSocketFactory
public RMISSLServerSocketFactory()
createServerSocket
public java.net.ServerSocket createServerSocket(int port,
java.security.KeyStore keyStore)
throws java.io.IOException
- Throws:
java.io.IOException
createServerSocket
public java.net.ServerSocket createServerSocket(int port)
throws java.io.IOException
- Specified by:
createServerSocket
in interface java.rmi.server.RMIServerSocketFactory
- Throws:
java.io.IOException
getKeyStore
public java.security.KeyStore getKeyStore()
- Returns:
- Returns the keyStore.
setKeyStore
public void setKeyStore(java.security.KeyStore keyStore)
- Parameters:
keyStore
- The keyStore to set.
Copyright 2001-2005 INRIA All Rights Reserved.