Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Class
com.ibm.websphere.ssl.SSLConfig

    • Uses of SSLConfig in com.ibm.websphere.ssl

      Methods in com.ibm.websphere.ssl that return SSLConfig 
      Modifier and Type Method and Description
      SSLConfig[] SSLConfig.loadPropertiesFile(java.lang.String propertiesURL, boolean multiConfigURL)
      Load ConfigURL from a url string that names a properties file.
      Methods in com.ibm.websphere.ssl with parameters of type SSLConfig 
      Modifier and Type Method and Description
      javax.net.ssl.SSLContext JSSEProvider.getSSLContext(java.util.Map<java.lang.String,java.lang.Object> connectionInfo, SSLConfig config)
      Access the SSLContext instance that matchs the provided configuration and connection information.
      javax.net.ssl.SSLContext JSSEProvider.getSSLContextInstance(SSLConfig config)
      Access the SSLContext instance that matchs the provided configuration.
      javax.net.ssl.SSLServerSocketFactory JSSEProvider.getSSLServerSocketFactory(SSLConfig config)
      Get the SSL socket factory that matchs the provided parameters.
      javax.net.ssl.SSLSocketFactory JSSEProvider.getSSLSocketFactory(java.util.Map<java.lang.String,java.lang.Object> connectionInfo, SSLConfig config)
      Get the SSL socket factory that matchs the provided parameters.
      java.net.URLStreamHandler JSSEProvider.getURLStreamHandler(SSLConfig config)
      Get the URL stream handler for the given configuration.
      void JSSEProvider.setServerDefaultSSLContext(SSLConfig sslConfig)
      Set the default SSL factory for the server.
Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes