Remote System Explorer DataStore
Release 3.0

org.eclipse.dstore.core.util.ssl
Interface IDataStoreTrustManager

All Superinterfaces:
TrustManager, X509TrustManager

public interface IDataStoreTrustManager
extends X509TrustManager

Extracted interface from DataStoreTrustManager.

Since:
3.0

Method Summary
 List getUntrustedCerts()
          Returns the list of untrusted certificates
 void setKeystore(String filePath, String password)
          Sets the path and password for the trust manager
 
Methods inherited from interface javax.net.ssl.X509TrustManager
checkClientTrusted, checkServerTrusted, getAcceptedIssuers
 

Method Detail

setKeystore

void setKeystore(String filePath,
                 String password)
Sets the path and password for the trust manager

Parameters:
filePath - the path
password - the password

getUntrustedCerts

List getUntrustedCerts()
Returns the list of untrusted certificates

Returns:
the list of untrusted certificates

Remote System Explorer DataStore
Release 3.0

Guidelines for using DataStore APIs.