org.mortbay.http.ibmjsse

Class IbmJsseListener

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 $

Author: Martin Cordova (mcordova@megaserv.com) Greg Wilkins (gregw@mortbay.com) Court Demas (court@kiwiconsulting.com) Forge Research Pty Ltd ACN 003 491 576

Constructor Summary
IbmJsseListener()
Constructor.
IbmJsseListener(InetAddrPort p_address)
Constructor.
Method Summary
protected SSLServerSocketFactorycreateFactory()
StringgetKeystore()
StringgetKeystoreProviderClass()
StringgetKeystoreProviderName()
StringgetKeystoreType()
voidsetKeyPassword(String password)
voidsetKeystore(String keystore)
voidsetKeystoreProviderClass(String classname)
voidsetKeystoreProviderName(String name)
voidsetKeystoreType(String keystore_type)
voidsetPassword(String password)

Constructor Detail

IbmJsseListener

public IbmJsseListener()
Constructor.

Throws: IOException

IbmJsseListener

public IbmJsseListener(InetAddrPort p_address)
Constructor.

Parameters: p_address

Throws: IOException

Method Detail

createFactory

protected SSLServerSocketFactory createFactory()

getKeystore

public String getKeystore()

getKeystoreProviderClass

public String getKeystoreProviderClass()

getKeystoreProviderName

public String getKeystoreProviderName()

getKeystoreType

public String getKeystoreType()

setKeyPassword

public void setKeyPassword(String password)

setKeystore

public void setKeystore(String keystore)

setKeystoreProviderClass

public void setKeystoreProviderClass(String classname)

setKeystoreProviderName

public void setKeystoreProviderName(String name)

setKeystoreType

public void setKeystoreType(String keystore_type)

setPassword

public void setPassword(String password)
Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.