|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.pentaho.di.trans.steps.ldapinput.store.KettleTrustManager
public class KettleTrustManager
This is a wrapper around a standard X509TrustManager. It's just initialized in a specific way for Kettle purposes.
Constructor Summary | |
---|---|
KettleTrustManager(KeyStore keyStore,
String certFilename,
String certPassword)
|
Method Summary | |
---|---|
void |
checkClientTrusted(X509Certificate[] chain,
String authType)
Pass method from x509TrustManager to this class... |
void |
checkServerTrusted(X509Certificate[] chain,
String authType)
Pass method from x509TrustManager to this class... |
X509Certificate[] |
getAcceptedIssuers()
Pass method from x509TrustManager to this class... |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KettleTrustManager(KeyStore keyStore, String certFilename, String certPassword) throws KettleException
certStorePath
- certPassword
-
KettleException
Method Detail |
---|
public X509Certificate[] getAcceptedIssuers()
getAcceptedIssuers
in interface X509TrustManager
public void checkClientTrusted(X509Certificate[] chain, String authType) throws CertificateException
checkClientTrusted
in interface X509TrustManager
CertificateException
public void checkServerTrusted(X509Certificate[] chain, String authType) throws CertificateException
checkServerTrusted
in interface X509TrustManager
CertificateException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |