org.apache.axis.components.net
Class SunJSSESocketFactory
- SecureSocketFactory, SocketFactory
public class SunJSSESocketFactory
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
|
SunJSSESocketFactory
public SunJSSESocketFactory(Hashtable attributes)
Constructor JSSESocketFactory
getContext
protected SSLContext getContext()
throws Exception
gets a SSL Context
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.