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