|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.waveset.util.JSSE
Bag of JSSE utilities
Nested Class Summary | |
static class |
JSSE.MyTrustManagerFactorySpi
|
static interface |
JSSE.ServerTrustManager
Our own X509TrustManager interface which will work in either JDK1.3 or JDK1.4. |
Constructor Summary | |
JSSE()
|
Method Summary | |
static JSSE.ServerTrustManager |
getTrustManager()
Gets the current trust manager. |
static void |
installIfAvailable()
Deprecated. This method does nothing since we now only support jdk1.4+ |
static void |
setGlobalTrustManager(JSSE.ServerTrustManager manager)
Sets the trust manager as the trust manager for the whole JVM. |
static void |
setLocalTrustManager(JSSE.ServerTrustManager manager)
Sets the trust manager as the trust manager for the current thread. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JSSE()
Method Detail |
public static void installIfAvailable()
public static void setGlobalTrustManager(JSSE.ServerTrustManager manager)
public static void setLocalTrustManager(JSSE.ServerTrustManager manager)
public static JSSE.ServerTrustManager getTrustManager()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |