org.mule.api.security.provider
Interface SecurityProviderInfo

All Known Implementing Classes:
IBMSecurityProvider2Info, IBMSecurityProviderInfo, SunSecurityProviderInfo

public interface SecurityProviderInfo

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


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

Method Detail

getKeyManagerAlgorithm

String getKeyManagerAlgorithm()

getProtocolHandler

String getProtocolHandler()

getProviderClass

String getProviderClass()

getDefaultSslType

String getDefaultSslType()


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.