org.mule.umo.security.provider
Interface SecurityProviderInfo

All Known Implementing Classes:
IBMSecurityProvider2Info, IBMSecurityProviderInfo, SunSecurityProviderInfo

public interface SecurityProviderInfo

A holder for some JDK-level SSL/TLS properties.

Author:
Andrew Perepelytsya

Method Summary
 String getKeyManagerAlgorithm()
           
 String getProtocolHandler()
           
 String getProviderClass()
           
 

Method Detail

getKeyManagerAlgorithm

public String getKeyManagerAlgorithm()

getProtocolHandler

public String getProtocolHandler()

getProviderClass

public String getProviderClass()


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