protected static class HsftpFileSystem.DummyTrustManager extends Object implements X509TrustManager
| Modifier | Constructor and Description |
|---|---|
protected |
HsftpFileSystem.DummyTrustManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkClientTrusted(X509Certificate[] chain,
String authType) |
void |
checkServerTrusted(X509Certificate[] chain,
String authType) |
X509Certificate[] |
getAcceptedIssuers() |
protected HsftpFileSystem.DummyTrustManager()
public void checkClientTrusted(X509Certificate[] chain, String authType)
checkClientTrusted in interface X509TrustManagerpublic void checkServerTrusted(X509Certificate[] chain, String authType)
checkServerTrusted in interface X509TrustManagerpublic X509Certificate[] getAcceptedIssuers()
getAcceptedIssuers in interface X509TrustManagerCopyright © 2013 Apache Software Foundation. All Rights Reserved.