|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis.components.net.DefaultSocketFactory
org.apache.axis.components.net.JSSESocketFactory
org.apache.axis.components.net.SunJSSESocketFactory
public class SunJSSESocketFactory
SSL socket factory. It _requires_ a valid RSA key and JSSE. (borrowed code from tomcat)
Field Summary |
---|
Fields inherited from class org.apache.axis.components.net.JSSESocketFactory |
---|
sslFactory |
Fields inherited from class org.apache.axis.components.net.DefaultSocketFactory |
---|
attributes, CONNECT_TIMEOUT, log |
Constructor Summary | |
---|---|
SunJSSESocketFactory(java.util.Hashtable attributes)
Constructor JSSESocketFactory |
Method Summary | |
---|---|
protected com.sun.net.ssl.SSLContext |
getContext()
gets a SSL Context |
protected void |
initFactory()
Read the keystore, init the SSL socket factory |
Methods inherited from class org.apache.axis.components.net.JSSESocketFactory |
---|
create |
Methods inherited from class org.apache.axis.components.net.DefaultSocketFactory |
---|
isHostInNonProxyList, match |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.axis.components.net.SocketFactory |
---|
create |
Constructor Detail |
---|
public SunJSSESocketFactory(java.util.Hashtable attributes)
attributes
- Method Detail |
---|
protected void initFactory() throws java.io.IOException
initFactory
in class JSSESocketFactory
java.io.IOException
protected com.sun.net.ssl.SSLContext getContext() throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |