org.jboss.crypto
Class CipherServerSocket

java.lang.Object
  extended byjava.net.ServerSocket
      extended byorg.jboss.crypto.CipherServerSocket

public class CipherServerSocket
extends java.net.ServerSocket


Constructor Summary
CipherServerSocket(int port, int backlog, java.net.InetAddress bindAddr, java.lang.String algorithm, javax.crypto.SecretKey key)
          Creates a new instance of CipherServerSocket
 
Method Summary
 java.net.Socket accept()
           
 
Methods inherited from class java.net.ServerSocket
bind, bind, close, getChannel, getInetAddress, getLocalPort, getLocalSocketAddress, getReceiveBufferSize, getReuseAddress, getSoTimeout, implAccept, isBound, isClosed, setReceiveBufferSize, setReuseAddress, setSocketFactory, setSoTimeout, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CipherServerSocket

public CipherServerSocket(int port,
                          int backlog,
                          java.net.InetAddress bindAddr,
                          java.lang.String algorithm,
                          javax.crypto.SecretKey key)
                   throws java.io.IOException
Creates a new instance of CipherServerSocket

Method Detail

accept

public java.net.Socket accept()
                       throws java.io.IOException
Throws:
java.io.IOException