/packages/apps/Car/DebuggingRestrictionController/app/src/main/java/com/android/car/debuggingrestrictioncontroller/auth/ |
D | SelfSignedTrustManager.java | 37 private X509TrustManager trustManager; field in SelfSignedTrustManager 57 this.trustManager = (X509TrustManager) tmf.getTrustManagers()[0]; in SelfSignedTrustManager() 69 trustManager.checkClientTrusted(chain, authType); in checkClientTrusted() 74 trustManager.checkServerTrusted(chain, authType); in checkServerTrusted() 78 return trustManager.getAcceptedIssuers(); in getAcceptedIssuers()
|
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/ |
D | OsuServerConnectionTest.java | 149 X509TrustManager trustManager = (X509TrustManager) trustManagers[0]; in verifyInitAndConnect() local 151 trustManager.checkServerTrusted(mCertificateArray, AUTH_TYPE); in verifyInitAndConnect() 175 X509TrustManager trustManager = (X509TrustManager) trustManagers[0]; in verifyValidateProviderWithMultipleProviderLangs() local 176 trustManager.checkServerTrusted(mCertificateArray, AUTH_TYPE); in verifyValidateProviderWithMultipleProviderLangs() 201 X509TrustManager trustManager = (X509TrustManager) trustManagers[0]; in verifyValidateProviderWithMismatchedProviderLang() local 202 trustManager.checkServerTrusted(mCertificateArray, AUTH_TYPE); in verifyValidateProviderWithMismatchedProviderLang() 226 X509TrustManager trustManager = (X509TrustManager) trustManagers[0]; in verifyValidateProviderWithSameLangButDifferentRegion() local 227 trustManager.checkServerTrusted(mCertificateArray, AUTH_TYPE); in verifyValidateProviderWithSameLangButDifferentRegion() 308 X509TrustManager trustManager = (X509TrustManager) trustManagers[0]; in verifyInitAndConnectCertValidationFailure() local 312 trustManager.checkServerTrusted(certificates, AUTH_TYPE); in verifyInitAndConnectCertValidationFailure() [all …]
|
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/ |
D | IkeCertPayload.java | 156 X509TrustManager trustManager = null; in validateCertificates() local 159 trustManager = (X509TrustManager) tm; in validateCertificates() 162 if (trustManager == null) { in validateCertificates() 169 trustManager.checkServerTrusted( in validateCertificates()
|
/packages/apps/Car/SystemUI/src/com/android/systemui/car/keyguard/ |
D | CarKeyguardViewMediator.java | 108 TrustManager trustManager, in CarKeyguardViewMediator() argument 145 dumpManager, uiBgExecutor, powerManager, trustManager, userSwitcherController, in CarKeyguardViewMediator()
|
D | CarKeyguardModule.java | 123 TrustManager trustManager, in newKeyguardViewMediator() argument 172 trustManager, in newKeyguardViewMediator()
|
/packages/apps/Car/DebuggingRestrictionController/libs/ |
D | okhttp-3.12.1.jar | META-INF/MANIFEST.MF
META-INF/
META-INF/proguard/
okhttp3/
... |
D | google-http-client-1.36.0.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/google/
com/ ... |
D | httpcore-4.4.13.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
D | httpclient-4.5.12.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
/packages/services/Car/tests/BugReportApp/libs/ |
D | google-http-client-1.30.1.jar | META-INF/MANIFEST.MF
META-INF/
com/
com/google/
com/ ... |