com.ibm.wsspi.ssl
Interface SSLSupport


public interface SSLSupport

Marker interface for configured SSL subsystem


Method Summary
 JSSEHelper getJSSEHelper()
           
 JSSEProvider getJSSEProvider()
          Obtain the default JSSE provider instance.
 JSSEProvider 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