Remote System Explorer DataStore
Release 3.3

org.eclipse.dstore.core.model
Interface ISSLProperties


public interface ISSLProperties


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

Method Detail

usingSSL

boolean usingSSL()

usingServerSSL

boolean usingServerSSL()

getDaemonKeyStorePassword

java.lang.String getDaemonKeyStorePassword()

getDaemonKeyStorePath

java.lang.String getDaemonKeyStorePath()

getServerKeyStorePassword

java.lang.String getServerKeyStorePassword()

getServerKeyStorePath

java.lang.String getServerKeyStorePath()

Remote System Explorer DataStore
Release 3.3

Copyright (c) IBM Corporation and others 2000, 2011. All Rights Reserved.