Openfire 3.4.0 Javadoc

org.jivesoftware.openfire.net
Class SSLConfig

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

public class SSLConfig
extends Object

Configuration of Openfire'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 SSLServerSocketFactory getServerSocketFactory()
           
static String[] getSpportedCipherSuites()
           
static SSLContext getSSLContext()
           
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()

getSSLContext

public static SSLContext getSSLContext()

getServerSocketFactory

public static SSLServerSocketFactory getServerSocketFactory()

Openfire 3.4.0 Javadoc

Copyright © 2003-2007 Jive Software.