Remote System Explorer DataStore
Release 1.0

org.eclipse.dstore.core.util.ssl
Class DStoreSSLContext

java.lang.Object
  extended byorg.eclipse.dstore.core.util.ssl.DStoreSSLContext

public class DStoreSSLContext
extends Object


Constructor Summary
DStoreSSLContext()
           
 
Method Summary
static SSLContext getClientSSLContext(String filePath, String password, DataStoreTrustManager trustManager)
           
static SSLContext getServerSSLContext(String filePath, String password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DStoreSSLContext

public DStoreSSLContext()
Method Detail

getServerSSLContext

public static SSLContext getServerSSLContext(String filePath,
                                             String password)

getClientSSLContext

public static SSLContext getClientSSLContext(String filePath,
                                             String password,
                                             DataStoreTrustManager trustManager)

Remote System Explorer DataStore
Release 1.0

Guidelines for using DataStore APIs.