com.ibm.wsspi.ssl
Interface SSLSupport
- public interface SSLSupport
Method Summary
Modifier and Type | Method and Description |
---|---|
getJSSEHelper()
|
|
getJSSEProvider()
Obtain the default JSSE provider instance.
|
|
getJSSEProvider(java.lang.String providerName)
Obtain the possible JSSE provider for the given name.
|
Method Detail
getJSSEHelper
- JSSEHelper getJSSEHelper()
getJSSEProvider
- JSSEProvider getJSSEProvider()
Obtain the default JSSE provider instance.
Returns:
JSSEProvider
getJSSEProvider
- JSSEProvider getJSSEProvider(java.lang.String providerName)
Obtain the possible JSSE provider for the given name. This will return null
if there was no match found.
Parameters:
providerName
- Returns:
JSSEProvider