Home
last modified time | relevance | path

Searched defs:checkServerTrusted (Results 1 – 5 of 5) sorted by relevance

/external/google-tv-pairing-protocol/java/src/com/google/polo/ssl/
DDummyTrustManager.java35 public void checkServerTrusted(X509Certificate[] chain, String authType) { in checkServerTrusted() method in DummyTrustManager
/external/conscrypt/src/platform/java/org/conscrypt/
DTrustManagerImpl.java277 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
DPlatform.java174 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/
DPlatform.java162 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/
DPlatform.java218 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