Searched refs:getTrustManager (Results 1 – 11 of 11) sorted by relevance
/aosp14/frameworks/base/core/java/android/security/net/config/ |
H A D | RootTrustManager.java | 58 config.getTrustManager().checkClientTrusted(chain, authType); in checkClientTrusted() 67 config.getTrustManager().checkClientTrusted(certs, authType, socket); in checkClientTrusted() 76 config.getTrustManager().checkClientTrusted(certs, authType, engine); in checkClientTrusted() 90 config.getTrustManager().checkServerTrusted(certs, authType, socket); in checkServerTrusted() 106 config.getTrustManager().checkServerTrusted(certs, authType, engine); in checkServerTrusted() 118 config.getTrustManager().checkServerTrusted(certs, authType); in checkServerTrusted() 134 return config.getTrustManager().checkServerTrusted(certs, authType, hostname); in checkServerTrusted() 143 return config.getTrustManager().getAcceptedIssuers(); in getAcceptedIssuers()
|
H A D | NetworkSecurityConfig.java | 111 public NetworkSecurityTrustManager getTrustManager() { in getTrustManager() method in NetworkSecurityConfig 158 getTrustManager().handleTrustStorageUpdate(); in handleTrustStorageUpdate()
|
H A D | RootTrustManagerFactorySpi.java | 65 return new TrustManager[] { mApplicationConfig.getTrustManager() }; in engineGetTrustManagers()
|
H A D | ApplicationConfig.java | 119 public X509TrustManager getTrustManager() { in getTrustManager() method in ApplicationConfig
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | LockPatternUtils.java | 326 private TrustManager getTrustManager() { in getTrustManager() method in LockPatternUtils 412 getTrustManager().reportUnlockAttempt(false /* authenticated */, userId); in reportFailedPasswordAttempt() 421 getTrustManager().reportUnlockAttempt(true /* authenticated */, userId); in reportSuccessfulPasswordAttempt() 428 getTrustManager().reportUnlockLockout(timeoutMs, userId); in reportPasswordLockout() 1234 getTrustManager().reportEnabledTrustAgentsChanged(userId); in setEnabledTrustAgents() 1307 getTrustManager().reportEnabledTrustAgentsChanged(userHandle); in reportEnabledTrustAgentsChanged()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/ |
H A D | BiometricService.java | 940 public ITrustManager getTrustManager() { 1073 mTrustManager = mInjector.getTrustManager();
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/ |
H A D | BiometricServiceTest.java | 186 when(mInjector.getTrustManager()).thenReturn(mTrustManager); in setUp()
|
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
H A D | DevicePolicyManagerService.java | 1714 TrustManager getTrustManager() { in getTrustManager() method in Injector 6134 mInjector.getTrustManager().setDeviceLockedForUser(userToLock, true);
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 13701 HSPLandroid/security/net/config/ApplicationConfig;->getTrustManager()Ljavax/net/ssl/X509TrustManage… 13760 HSPLandroid/security/net/config/NetworkSecurityConfig;->getTrustManager()Landroid/security/net/conf…
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 13704 HSPLandroid/security/net/config/ApplicationConfig;->getTrustManager()Ljavax/net/ssl/X509TrustManage… 13763 HSPLandroid/security/net/config/NetworkSecurityConfig;->getTrustManager()Landroid/security/net/conf…
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 48476 Landroid/security/net/config/ApplicationConfig;->getTrustManager()Ljavax/net/ssl/X509TrustManager; 48573 Landroid/security/net/config/NetworkSecurityConfig;->getTrustManager()Landroid/security/net/config/…
|