/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 90 config.getTrustManager().checkServerTrusted(certs, authType, socket); in checkServerTrusted() 93 checkServerTrusted(certs, authType); in checkServerTrusted() 98 public void checkServerTrusted(X509Certificate[] certs, String authType, SSLEngine engine) in checkServerTrusted() method in RootTrustManager 106 config.getTrustManager().checkServerTrusted(certs, authType, engine); in checkServerTrusted() 110 public void checkServerTrusted(X509Certificate[] certs, String authType) in checkServerTrusted() method in RootTrustManager 118 config.getTrustManager().checkServerTrusted(certs, authType); in checkServerTrusted() 127 public List<X509Certificate> checkServerTrusted(X509Certificate[] certs, String authType, in checkServerTrusted() method in RootTrustManager 134 return config.getTrustManager().checkServerTrusted(certs, authType, hostname); in checkServerTrusted()
|
D | NetworkSecurityTrustManager.java | 85 public void checkServerTrusted(X509Certificate[] certs, String authType) in checkServerTrusted() method in NetworkSecurityTrustManager 87 checkServerTrusted(certs, authType, (String) null); in checkServerTrusted() 91 public void checkServerTrusted(X509Certificate[] certs, String authType, Socket socket) in checkServerTrusted() method in NetworkSecurityTrustManager 99 public void checkServerTrusted(X509Certificate[] certs, String authType, SSLEngine engine) in checkServerTrusted() method in NetworkSecurityTrustManager 111 public List<X509Certificate> checkServerTrusted(X509Certificate[] certs, String authType, in checkServerTrusted() method in NetworkSecurityTrustManager 113 List<X509Certificate> trustedChain = mDelegate.checkServerTrusted(certs, authType, host); in checkServerTrusted()
|
/frameworks/base/core/java/android/net/http/ |
D | X509TrustManagerExtensions.java | 95 public List<X509Certificate> checkServerTrusted(X509Certificate[] chain, String authType, in checkServerTrusted() method in X509TrustManagerExtensions 98 return mDelegate.checkServerTrusted(chain, authType, host); in checkServerTrusted()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/ |
D | OsuServerConnectionTest.java | 145 trustManager.checkServerTrusted(new X509Certificate[1], AUTH_TYPE); in verifyInitAndConnect() 170 trustManager.checkServerTrusted(new X509Certificate[1], AUTH_TYPE); in verifyValidateProviderWithMultipleProviderLangs() 196 trustManager.checkServerTrusted(new X509Certificate[1], AUTH_TYPE); in verifyValidateProviderWithMismatchedProviderLang() 221 trustManager.checkServerTrusted(new X509Certificate[1], AUTH_TYPE); in verifyValidateProviderWithSameLangButDifferentRegion() 307 trustManager.checkServerTrusted(certificates, AUTH_TYPE); in verifyInitAndConnectCertValidationFailure() 329 trustManager.checkServerTrusted(new X509Certificate[1], AUTH_TYPE); in verifyInitAndConnectInvalidProviderIdentity()
|
/frameworks/base/core/tests/coretests/src/android/net/http/ |
D | X509TrustManagerExtensionsTest.java | 36 public void checkServerTrusted(X509Certificate[] chain, String authType) {} in checkServerTrusted() method in X509TrustManagerExtensionsTest.NotATrustManagerImpl
|
/frameworks/base/core/java/android/net/ |
D | SSLCertificateSocketFactory.java | 110 public void checkServerTrusted(X509Certificate[] certs, String authType) { }
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/ |
D | OsuServerConnection.java | 594 public void checkServerTrusted(X509Certificate[] chain, String authType) in checkServerTrusted() method in OsuServerConnection.WFATrustManager
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 10700 HSPLandroid/net/http/X509TrustManagerExtensions;->checkServerTrusted([Ljava/security/cert/X509Certi… 13064 HSPLandroid/security/net/config/NetworkSecurityTrustManager;->checkServerTrusted([Ljava/security/ce… 13065 HSPLandroid/security/net/config/NetworkSecurityTrustManager;->checkServerTrusted([Ljava/security/ce… 13067 HSPLandroid/security/net/config/RootTrustManager;->checkServerTrusted([Ljava/security/cert/X509Cert… 13068 HSPLandroid/security/net/config/RootTrustManager;->checkServerTrusted([Ljava/security/cert/X509Cert…
|
D | hiddenapi-greylist-max-o.txt | 62502 Landroid/security/net/config/NetworkSecurityTrustManager;->checkServerTrusted([Ljava/security/cert/… 102619 Lcom/android/org/conscrypt/TrustManagerImpl;->checkServerTrusted([Ljava/security/cert/X509Certifica…
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 29535 …method public java.util.List<java.security.cert.X509Certificate> checkServerTrusted(java.security.… 77240 …method public abstract void checkServerTrusted(java.security.cert.X509Certificate[], String, java.… 77241 …method public abstract void checkServerTrusted(java.security.cert.X509Certificate[], String, javax… 77255 …method public void checkServerTrusted(java.security.cert.X509Certificate[], String) throws java.se…
|
/frameworks/base/api/ |
D | current.txt | 29665 …method public java.util.List<java.security.cert.X509Certificate> checkServerTrusted(java.security.… 77384 …method public abstract void checkServerTrusted(java.security.cert.X509Certificate[], String, java.… 77385 …method public abstract void checkServerTrusted(java.security.cert.X509Certificate[], String, javax… 77399 …method public void checkServerTrusted(java.security.cert.X509Certificate[], String) throws java.se…
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 17565 …method public java.util.List<java.security.cert.X509Certificate> checkServerTrusted(java.security.… 52935 …method public abstract void checkServerTrusted(java.security.cert.X509Certificate[], java.lang.Str…
|