com.ibm.etools.systems.dstore.core.util.ssl
Class DataStoreTrustManager
java.lang.Object
com.ibm.etools.systems.dstore.core.util.ssl.DataStoreTrustManager
- All Implemented Interfaces:
- TrustManager, X509TrustManager
- public class DataStoreTrustManager
- extends Object
- implements X509TrustManager
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataStoreTrustManager
public DataStoreTrustManager()
setKeystore
public void setKeystore(String filePath,
String password)
getUntrustedCerts
public List getUntrustedCerts()
getVerifyExceptions
public List getVerifyExceptions()
checkClientTrusted
public void checkClientTrusted(X509Certificate[] certs,
String arg1)
throws CertificateException
- Specified by:
checkClientTrusted
in interface X509TrustManager
- Throws:
CertificateException
checkServerTrusted
public void checkServerTrusted(X509Certificate[] certs,
String arg1)
throws CertificateException
- Specified by:
checkServerTrusted
in interface X509TrustManager
- Throws:
CertificateException
getAcceptedIssuers
public X509Certificate[] getAcceptedIssuers()
- Specified by:
getAcceptedIssuers
in interface X509TrustManager
Copyright © 2005 IBM Corp. All Rights Reserved.
Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.