Home
last modified time | relevance | path

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

/external/google-tv-pairing-protocol/java/src/com/google/polo/ssl/
DDummyTrustManager.java30 public void checkClientTrusted(X509Certificate[] chain, String authType) { in checkClientTrusted() method in DummyTrustManager
/external/conscrypt/src/platform/java/org/conscrypt/
DTrustManagerImpl.java231 public void checkClientTrusted(X509Certificate[] chain, String authType) in checkClientTrusted() method in TrustManagerImpl
239 public List<X509Certificate> checkClientTrusted(X509Certificate[] chain, String authType, in checkClientTrusted() method in TrustManagerImpl
254 public void checkClientTrusted(X509Certificate[] chain, String authType, Socket socket) in checkClientTrusted() method in TrustManagerImpl
267 public void checkClientTrusted(X509Certificate[] chain, String authType, SSLEngine engine) in checkClientTrusted() method in TrustManagerImpl
DPlatform.java162 public static void checkClientTrusted(X509TrustManager tm, X509Certificate[] chain, in checkClientTrusted() method in Platform
186 public static void checkClientTrusted(X509TrustManager tm, X509Certificate[] chain, in checkClientTrusted() method in Platform
/external/conscrypt/src/openjdk/java/org/conscrypt/
DPlatform.java152 public static void checkClientTrusted(X509TrustManager tm, X509Certificate[] chain, in checkClientTrusted() method in Platform
172 public static void checkClientTrusted(X509TrustManager tm, X509Certificate[] chain, in checkClientTrusted() method in Platform
/external/conscrypt/src/compat/java/org/conscrypt/
DPlatform.java209 public static void checkClientTrusted(X509TrustManager tm, X509Certificate[] chain, in checkClientTrusted() method in Platform
227 public static void checkClientTrusted(X509TrustManager tm, X509Certificate[] chain, in checkClientTrusted() method in Platform