Remote System Explorer DataStore
Release 3.0

org.eclipse.dstore.core.model
Interface ISSLProperties


public interface ISSLProperties


Method Summary
 String getDaemonKeyStorePassword()
           
 String getDaemonKeyStorePath()
           
 String getServerKeyStorePassword()
           
 String getServerKeyStorePath()
           
 boolean usingServerSSL()
           
 boolean usingSSL()
           
 

Method Detail

usingSSL

public boolean usingSSL()

usingServerSSL

public boolean usingServerSSL()

getDaemonKeyStorePassword

public String getDaemonKeyStorePassword()

getDaemonKeyStorePath

public String getDaemonKeyStorePath()

getServerKeyStorePassword

public String getServerKeyStorePassword()

getServerKeyStorePath

public String getServerKeyStorePath()

Remote System Explorer DataStore
Release 3.0

Guidelines for using DataStore APIs.