org.jboss.crypto
Class CipherServerSocket

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

public class CipherServerSocket
extends ServerSocket

Author:
Scott.Stark@jboss.org

Constructor Summary
CipherServerSocket(int port, int backlog, InetAddress bindAddr, String algorithm, SecretKey key)
          Creates a new instance of CipherServerSocket
 
Method Summary
 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,
                          InetAddress bindAddr,
                          String algorithm,
                          SecretKey key)
                   throws IOException
Creates a new instance of CipherServerSocket

Method Detail

accept

public Socket accept()
              throws IOException
Throws:
IOException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.