Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » crypto » [javadoc | source]
org.jboss.crypto
public class: CipherClientSocketFactory [javadoc | source]
java.lang.Object
   org.jboss.crypto.CipherClientSocketFactory

All Implemented Interfaces:
    RMIClientSocketFactory, Serializable

An implementation of RMIClientSocketFactory that uses the JCE Cipher with an SRP session key to create an encrypted stream.
Constructor:
 public CipherClientSocketFactory() 
Method from org.jboss.crypto.CipherClientSocketFactory Summary:
createSocket,   equals,   hashCode
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.crypto.CipherClientSocketFactory Detail:
 public Socket createSocket(String host,
    int port) throws IOException 
    Create a client socket connected to the specified host and port.
 public boolean equals(Object obj) 
 public int hashCode()