|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SSLConfig | |
---|---|
com.ibm.websphere.ssl |
Uses of SSLConfig in com.ibm.websphere.ssl |
---|
Methods in com.ibm.websphere.ssl that return SSLConfig | |
---|---|
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 | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |