| java.lang.Object org.jboss.crypto.CipherClientSocketFactory
CipherClientSocketFactory | public class CipherClientSocketFactory implements RMIClientSocketFactory,Serializable(Code) | | An implementation of RMIClientSocketFactory that uses the JCE Cipher
with an SRP session key to create an encrypted stream.
author: Scott.Stark@jboss.org version: $Revision: 57203 $ |
CipherClientSocketFactory | public CipherClientSocketFactory()(Code) | | Creates new CipherClientSocketFactory
|
createSocket | public Socket createSocket(String host, int port) throws IOException(Code) | | Create a client socket connected to the specified host and port.
Parameters: host - - the host name Parameters: port - - the port number a socket connected to the specified host and port. exception: IOException - if an I/O error occurs during socket creation. |
hashCode | public int hashCode()(Code) | | |
|
|