/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/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/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/boot/ |
D | boot-image-profile.txt | 11530 HSPLandroid/net/http/X509TrustManagerExtensions;->checkServerTrusted([Ljava/security/cert/X509Certi… 13562 HSPLandroid/security/net/config/NetworkSecurityTrustManager;->checkServerTrusted([Ljava/security/ce… 13563 HSPLandroid/security/net/config/NetworkSecurityTrustManager;->checkServerTrusted([Ljava/security/ce… 13565 HSPLandroid/security/net/config/RootTrustManager;->checkServerTrusted([Ljava/security/cert/X509Cert… 13566 HSPLandroid/security/net/config/RootTrustManager;->checkServerTrusted([Ljava/security/cert/X509Cert…
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 11533 HSPLandroid/net/http/X509TrustManagerExtensions;->checkServerTrusted([Ljava/security/cert/X509Certi… 13565 HSPLandroid/security/net/config/NetworkSecurityTrustManager;->checkServerTrusted([Ljava/security/ce… 13566 HSPLandroid/security/net/config/NetworkSecurityTrustManager;->checkServerTrusted([Ljava/security/ce… 13568 HSPLandroid/security/net/config/RootTrustManager;->checkServerTrusted([Ljava/security/cert/X509Cert… 13569 HSPLandroid/security/net/config/RootTrustManager;->checkServerTrusted([Ljava/security/cert/X509Cert…
|
/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…
|
/frameworks/base/core/api/ |
D | current.txt | 29151 …method public java.util.List<java.security.cert.X509Certificate> checkServerTrusted(java.security.…
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 47947 Landroid/security/net/config/NetworkSecurityTrustManager;->checkServerTrusted([Ljava/security/cert/…
|