org.eclipse.hyades.execution.security
Interface ISecureClientParameters
- All Known Implementing Classes:
- SecurityParameters
public interface ISecureClientParameters
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()