Searched defs:checkServerTrusted (Results 1 – 4 of 4) sorted by relevance
| /frameworks/base/core/java/android/security/net/config/ |
| D | RootTrustManager.java | 80 public void checkServerTrusted(X509Certificate[] certs, String authType, Socket socket) in checkServerTrusted() method in RootTrustManager 98 public void checkServerTrusted(X509Certificate[] certs, String authType, SSLEngine engine) in checkServerTrusted() method in RootTrustManager 110 public void checkServerTrusted(X509Certificate[] certs, String authType) in checkServerTrusted() method in RootTrustManager 127 public List<X509Certificate> checkServerTrusted(X509Certificate[] certs, String authType, in checkServerTrusted() method in RootTrustManager 141 public List<X509Certificate> checkServerTrusted(X509Certificate[] certs, in checkServerTrusted() method in RootTrustManager
|
| D | NetworkSecurityTrustManager.java | 86 public void checkServerTrusted(X509Certificate[] certs, String authType) in checkServerTrusted() method in NetworkSecurityTrustManager 92 public void checkServerTrusted(X509Certificate[] certs, String authType, Socket socket) in checkServerTrusted() method in NetworkSecurityTrustManager 100 public void checkServerTrusted(X509Certificate[] certs, String authType, SSLEngine engine) in checkServerTrusted() method in NetworkSecurityTrustManager 112 public List<X509Certificate> checkServerTrusted(X509Certificate[] certs, String authType, in checkServerTrusted() method in NetworkSecurityTrustManager 123 public List<X509Certificate> checkServerTrusted(X509Certificate[] certs, in checkServerTrusted() method in NetworkSecurityTrustManager
|
| /frameworks/base/core/java/android/net/http/ |
| D | X509TrustManagerExtensions.java | 116 public List<X509Certificate> checkServerTrusted(X509Certificate[] chain, String authType, in checkServerTrusted() method in X509TrustManagerExtensions 157 public List<X509Certificate> checkServerTrusted( in checkServerTrusted() method in X509TrustManagerExtensions
|
| /frameworks/base/core/tests/coretests/src/android/net/http/ |
| D | X509TrustManagerExtensionsTest.java | 45 public void checkServerTrusted(X509Certificate[] chain, String authType) {} in checkServerTrusted() method in X509TrustManagerExtensionsTest.NotATrustManagerImpl
|