public class KettleTrustManager extends Object implements X509TrustManager
| 构造器和说明 |
|---|
KettleTrustManager(KeyStore keyStore,
String certFilename,
String certPassword) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 X509Certificate[] getAcceptedIssuers()
getAcceptedIssuers 在接口中 X509TrustManagerpublic void checkClientTrusted(X509Certificate[] chain, String authType) throws CertificateException
checkClientTrusted 在接口中 X509TrustManagerCertificateExceptionpublic void checkServerTrusted(X509Certificate[] chain, String authType) throws CertificateException
checkServerTrusted 在接口中 X509TrustManagerCertificateExceptionCopyright © 2024 Hitachi Vantara. All rights reserved.