org.mule.api.security.provider
Class IBMSecurityProvider2Info

java.lang.Object
  extended by org.mule.api.security.provider.IBMSecurityProvider2Info
All Implemented Interfaces:
SecurityProviderInfo

public class IBMSecurityProvider2Info
extends Object
implements SecurityProviderInfo

IBM JDK 1.4.2-specific security provider information. Contains config details for IBM JSSE2. Note, versions lower than 1.4.1 do not have this provider bundled.


Constructor Summary
IBMSecurityProvider2Info()
           
 
Method Summary
 String getKeyManagerAlgorithm()
           
 String getProtocolHandler()
           
 String getProviderClass()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IBMSecurityProvider2Info

public IBMSecurityProvider2Info()
Method Detail

getKeyManagerAlgorithm

public String getKeyManagerAlgorithm()
Specified by:
getKeyManagerAlgorithm in interface SecurityProviderInfo

getProtocolHandler

public String getProtocolHandler()
Specified by:
getProtocolHandler in interface SecurityProviderInfo

getProviderClass

public String getProviderClass()
Specified by:
getProviderClass in interface SecurityProviderInfo


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.