TPTP 4.2.0 Platform Project
Public API Specification

org.eclipse.hyades.execution.security
Interface ISecureClientParameters

All Known Implementing Classes:
SecurityParameters

public interface ISecureClientParameters


Method Summary
 void disableServerAuthentication()
           
 void enableServerAuthentication()
           
 java.lang.String[] getEnabledCipherSuites()
           
 java.lang.String[] getEnabledProtocols()
           
 java.lang.String getKeystoreFileName()
           
 java.lang.String getKeystoreFilepassword()
           
 IKeystoreManager getKeystoreManager()
           
 boolean getRequiresServerAuthentication()
           
 java.security.Provider getSecurityProvider()
           
 

Method Detail

getSecurityProvider

public java.security.Provider getSecurityProvider()

getKeystoreFileName

public java.lang.String getKeystoreFileName()

getKeystoreFilepassword

public java.lang.String getKeystoreFilepassword()

getKeystoreManager

public IKeystoreManager getKeystoreManager()

getEnabledCipherSuites

public java.lang.String[] getEnabledCipherSuites()

getEnabledProtocols

public java.lang.String[] getEnabledProtocols()

getRequiresServerAuthentication

public boolean getRequiresServerAuthentication()

disableServerAuthentication

public void disableServerAuthentication()

enableServerAuthentication

public void enableServerAuthentication()

TPTP 4.2.0 Platform Project
Public API Specification