|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.enderak.procol.common.net.SSLCommon
Class which provides some standard operations on SSLSocket's
Constructor Summary | |
SSLCommon()
|
Method Summary | |
static void |
enableAnonymousCipherSuites(javax.net.ssl.SSLServerSocket sslserversocket)
|
static void |
enableAnonymousCipherSuites(javax.net.ssl.SSLSocket sslSocket)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SSLCommon()
Method Detail |
public static void enableAnonymousCipherSuites(javax.net.ssl.SSLSocket sslSocket)
sslSocket
- The socket to enable anonymous cipher suites for. This is
not guarenteed to work for non-Sun JRE's, which may not follow Sun's
naming conventions for cipher suitespublic static void enableAnonymousCipherSuites(javax.net.ssl.SSLServerSocket sslserversocket)
sslserversocket
- The server socket to enable anonymous cipher suites
for. This is not guarenteed to work for non-Sun JRE's, which may not
follow Sun's naming conventions for cipher suites
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |