org.jivesoftware.messenger.net
Class SSLConfig
java.lang.Object
org.jivesoftware.messenger.net.SSLConfig
public class SSLConfig
- extends Object
Configuration of Jive Messenger's SSL settings.
- Author:
- Iain Shigeoka
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getKeyPassword
public static String getKeyPassword()
getTrustPassword
public static String getTrustPassword()
getDefaultCipherSuites
public static String[] getDefaultCipherSuites()
getSpportedCipherSuites
public static String[] getSpportedCipherSuites()
getKeyStore
public static KeyStore getKeyStore()
throws IOException
- Throws:
IOException
getTrustStore
public static KeyStore getTrustStore()
throws IOException
- Throws:
IOException
saveStores
public static void saveStores()
throws IOException
- Throws:
IOException
createServerSocket
public static ServerSocket createServerSocket(int port,
InetAddress ifAddress)
throws IOException
- Throws:
IOException
Copyright © 1999-2004 Jive Software.