public class KettleTrustManager extends Object implements X509TrustManager
Constructor and Description |
---|
KettleTrustManager(KeyStore keyStore,
String certFilename,
String certPassword) |
Modifier and Type | Method and Description |
---|---|
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...
|
public KettleTrustManager(KeyStore keyStore, String certFilename, String certPassword) throws KettleException
certStorePath
- certPassword
- KettleException
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
Copyright © 2018 Hitachi Vantara. All rights reserved.