public interface SSLSupport
| Modifier and Type | Method and Description |
|---|---|
com.ibm.websphere.ssl.JSSEHelper |
getJSSEHelper() |
com.ibm.websphere.ssl.JSSEProvider |
getJSSEProvider()
Obtain the default JSSE provider instance.
|
com.ibm.websphere.ssl.JSSEProvider |
getJSSEProvider(java.lang.String providerName)
Obtain the possible JSSE provider for the given name.
|
javax.net.ssl.SSLSocketFactory |
getSSLSocketFactory()
Obtain a Liberty SSLSocketFactory.
|
javax.net.ssl.SSLSocketFactory |
getSSLSocketFactory(java.util.Properties sslProps)
Obtain a Liberty SSLSocketFactory for a given set of SSL properties.
|
javax.net.ssl.SSLSocketFactory |
getSSLSocketFactory(java.lang.String sslAlias)
Obtain a Liberty SSLSocketFactory for a given SSL configuration.
|
com.ibm.websphere.ssl.JSSEHelper getJSSEHelper()
com.ibm.websphere.ssl.JSSEProvider getJSSEProvider()
com.ibm.websphere.ssl.JSSEProvider getJSSEProvider(java.lang.String providerName)
providerName - javax.net.ssl.SSLSocketFactory getSSLSocketFactory()
javax.net.ssl.SSLSocketFactory getSSLSocketFactory(java.lang.String sslAlias)
throws javax.net.ssl.SSLException
sslAlias - - name of a SSL configurationjavax.net.ssl.SSLExceptionjavax.net.ssl.SSLSocketFactory getSSLSocketFactory(java.util.Properties sslProps)
throws javax.net.ssl.SSLException
sslProps - - properties to create a SSL Socket factoryjavax.net.ssl.SSLException