org.eclipse.dstore.core.model
Interface ISSLProperties
- All Known Implementing Classes:
- ClientSSLProperties, ServerSSLProperties
- public interface ISSLProperties
usingSSL
public boolean usingSSL()
usingServerSSL
public boolean usingServerSSL()
getDaemonKeyStorePassword
public String getDaemonKeyStorePassword()
getDaemonKeyStorePath
public String getDaemonKeyStorePath()
getServerKeyStorePassword
public String getServerKeyStorePassword()
getServerKeyStorePath
public String getServerKeyStorePath()
Guidelines for using DataStore APIs.