Uses of Class
iaik.security.ssl.SSLServerContext

Packages that use SSLServerContext
iaik.security.ssl   
 

Uses of SSLServerContext in iaik.security.ssl
 

Methods in iaik.security.ssl that return SSLServerContext
 SSLServerContext SSLServerSocket.getContext()
          Get the context of this SSLServerSocket.
 

Methods in iaik.security.ssl with parameters of type SSLServerContext
 void SSLServerSocket.setContext(SSLServerContext ssl_context)
          Set the context of this SSLServerSocket.
 

Constructors in iaik.security.ssl with parameters of type SSLServerContext
SSLServerSocket.SSLServerSocket(int port, SSLServerContext context)
          Creates a server socket on a specified port with a specified SSLContext.
SSLServerSocket.SSLServerSocket(int port, int backlog, SSLServerContext context)
          Creates a server socket with a specified SSLContext and binds it to the specified local port number.
SSLServerSocket.SSLServerSocket(int port, int backlog, java.net.InetAddress bindAddr, SSLServerContext context)
          Create a server with the specified port, listen backlog, local IP address to bind to, and SSLContext.
SSLServerContext.SSLServerContext(SSLServerContext other)
          Create an SSLServerContext cloning another context.