com.ibm.websphere.ssl

Uses of Class SSLConfig

Packages that use SSLConfig

Package Description
com.ibm.websphere.ssl

Uses of SSLConfig in com.ibm.websphere.ssl

Modifier and Type Method and Description
  1. SSLConfig[]
SSLConfig.loadPropertiesFile(java.lang.String propertiesURL,boolean multiConfigURL)
Load ConfigURL from a url string that names a properties file.
Modifier and Type Method and Description
  1. 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.
  1. javax.net.ssl.SSLContext
JSSEProvider.getSSLContextInstance(SSLConfig config)
Access the SSLContext instance that matchs the provided configuration.
  1. javax.net.ssl.SSLServerSocketFactory
JSSEProvider.getSSLServerSocketFactory(SSLConfig config)
Get the SSL socket factory that matchs the provided parameters.
  1. 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.
  1. java.net.URLStreamHandler
JSSEProvider.getURLStreamHandler(SSLConfig config)
Get the URL stream handler for the given configuration.
  1. void
JSSEProvider.setServerDefaultSSLContext(SSLConfig sslConfig)
Set the default SSL factory for the server.