org.apache.axis.components.net
Class IBMJSSESocketFactory
- SecureSocketFactory, SocketFactory
public class IBMJSSESocketFactory
SSL socket factory. It _requires_ a valid RSA key and
JSSE. (borrowed code from tomcat)
- Davanum Srinivas (dims@yahoo.com)
protected SSLContext | getContext() - gets a SSL Context
|
protected void | initFactory() - Read the keystore, init the SSL socket factory
|
IBMJSSESocketFactory
public IBMJSSESocketFactory(Hashtable attributes)
Constructor IBMJSSESocketFactory
attributes
-
getContext
protected SSLContext getContext()
throws Exception
gets a SSL Context
- SSLContext
initFactory
protected void initFactory()
throws IOException
Read the keystore, init the SSL socket factory
- initFactory in interface JSSESocketFactory
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.