TPTP 4.5.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

java.security.Provider getSecurityProvider()

getKeystoreFileName

java.lang.String getKeystoreFileName()

getKeystoreFilepassword

java.lang.String getKeystoreFilepassword()

getKeystoreManager

IKeystoreManager getKeystoreManager()

getEnabledCipherSuites

java.lang.String[] getEnabledCipherSuites()

getEnabledProtocols

java.lang.String[] getEnabledProtocols()

getRequiresServerAuthentication

boolean getRequiresServerAuthentication()

disableServerAuthentication

void disableServerAuthentication()

enableServerAuthentication

void enableServerAuthentication()

TPTP 4.5.0 Platform Project
Public API Specification