Remote System Explorer DataStore
Release 1.0

Uses of Interface
org.eclipse.dstore.core.model.ISSLProperties

Packages that use ISSLProperties
org.eclipse.dstore.core.client   
org.eclipse.dstore.core.model   
org.eclipse.dstore.core.server   
 

Uses of ISSLProperties in org.eclipse.dstore.core.client
 

Classes in org.eclipse.dstore.core.client that implement ISSLProperties
 class ClientSSLProperties
           
 

Methods in org.eclipse.dstore.core.client with parameters of type ISSLProperties
 void ClientConnection.setSSLProperties(ISSLProperties properties)
           
 

Uses of ISSLProperties in org.eclipse.dstore.core.model
 

Methods in org.eclipse.dstore.core.model with parameters of type ISSLProperties
 void DataStore.setSSLProperties(ISSLProperties properties)
          Specifies the security properties of this DataStore.
 

Uses of ISSLProperties in org.eclipse.dstore.core.server
 

Classes in org.eclipse.dstore.core.server that implement ISSLProperties
 class ServerSSLProperties
           
 


Remote System Explorer DataStore
Release 1.0

Guidelines for using DataStore APIs.