Wildfire 3.2.4 Javadoc

org.jivesoftware.wildfire.net
Class SSLConfig

java.lang.Object
  extended by org.jivesoftware.wildfire.net.SSLConfig

public class SSLConfig
extends Object

Configuration of Wildfire's SSL settings.

Author:
Iain Shigeoka

Method Summary
static ServerSocket createServerSocket(int port, InetAddress ifAddress)
           
static String[] getDefaultCipherSuites()
           
static String getKeyPassword()
           
static KeyStore getKeyStore()
           
static String getKeystoreLocation()
           
static SSLJiveServerSocketFactory getServerSocketFactory()
           
static String[] getSpportedCipherSuites()
           
static String getStoreType()
           
static String getTrustPassword()
           
static KeyStore getTrustStore()
           
static String getTruststoreLocation()
           
static void saveStores()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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

getKeystoreLocation

public static String getKeystoreLocation()

getTruststoreLocation

public static String getTruststoreLocation()

getStoreType

public static String getStoreType()

getServerSocketFactory

public static SSLJiveServerSocketFactory getServerSocketFactory()

Wildfire 3.2.4 Javadoc

Copyright © 2003-2007 Jive Software.