org.mortbay.http.ibmjsse
public class IbmJsseListener extends JsseListener
Deprecated: Use org.mortbay.http.SslListener
SSL Socket Listener for IBM's JSSE. This specialization of JsseListener is an specific listener using the JSSE provider included with the IBM JVMs This is heavily based on the work from Court Demas, which in turn is based on the work from Forge Research.Version: $Id: IbmJsseListener.java,v 1.6 2006/01/05 12:09:07 gregwilkins Exp $
Constructor Summary | |
---|---|
IbmJsseListener() Constructor. | |
IbmJsseListener(InetAddrPort p_address) Constructor. |
Method Summary | |
---|---|
protected SSLServerSocketFactory | createFactory() |
String | getKeystore() |
String | getKeystoreProviderClass() |
String | getKeystoreProviderName() |
String | getKeystoreType() |
void | setKeyPassword(String password) |
void | setKeystore(String keystore) |
void | setKeystoreProviderClass(String classname) |
void | setKeystoreProviderName(String name) |
void | setKeystoreType(String keystore_type) |
void | setPassword(String password) |
Throws: IOException
Parameters: p_address
Throws: IOException