Searched defs:checkServerTrusted (Results 1 – 5 of 5) sorted by relevance
| /external/google-tv-pairing-protocol/java/src/com/google/polo/ssl/ |
| D | DummyTrustManager.java | 35 public void checkServerTrusted(X509Certificate[] chain, String authType) { in checkServerTrusted() method in DummyTrustManager
|
| /external/conscrypt/src/platform/java/org/conscrypt/ |
| D | TrustManagerImpl.java | 277 public void checkServerTrusted(X509Certificate[] chain, String authType) in checkServerTrusted() method in TrustManagerImpl 285 public List<X509Certificate> checkServerTrusted(X509Certificate[] chain, String authType, in checkServerTrusted() method in TrustManagerImpl 323 public void checkServerTrusted(X509Certificate[] chain, String authType, Socket socket) in checkServerTrusted() method in TrustManagerImpl 329 public void checkServerTrusted(X509Certificate[] chain, String authType, SSLEngine engine) in checkServerTrusted() method in TrustManagerImpl 348 public List<X509Certificate> checkServerTrusted(X509Certificate[] chain, String authType, in checkServerTrusted() method in TrustManagerImpl
|
| D | Platform.java | 174 public static void checkServerTrusted(X509TrustManager tm, X509Certificate[] chain, in checkServerTrusted() method in Platform 198 public static void checkServerTrusted(X509TrustManager tm, X509Certificate[] chain, in checkServerTrusted() method in Platform
|
| /external/conscrypt/src/openjdk/java/org/conscrypt/ |
| D | Platform.java | 162 public static void checkServerTrusted(X509TrustManager tm, X509Certificate[] chain, in checkServerTrusted() method in Platform 182 public static void checkServerTrusted(X509TrustManager tm, X509Certificate[] chain, in checkServerTrusted() method in Platform
|
| /external/conscrypt/src/compat/java/org/conscrypt/ |
| D | Platform.java | 218 public static void checkServerTrusted(X509TrustManager tm, X509Certificate[] chain, in checkServerTrusted() method in Platform 236 public static void checkServerTrusted(X509TrustManager tm, X509Certificate[] chain, in checkServerTrusted() method in Platform
|