Home
last modified time | relevance | path

Searched refs:getTrustManager (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/core/java/android/security/net/config/
H A DRootTrustManager.java58 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 DNetworkSecurityConfig.java111 public NetworkSecurityTrustManager getTrustManager() { in getTrustManager() method in NetworkSecurityConfig
158 getTrustManager().handleTrustStorageUpdate(); in handleTrustStorageUpdate()
H A DRootTrustManagerFactorySpi.java65 return new TrustManager[] { mApplicationConfig.getTrustManager() }; in engineGetTrustManagers()
H A DApplicationConfig.java119 public X509TrustManager getTrustManager() { in getTrustManager() method in ApplicationConfig
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java326 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 DBiometricService.java940 public ITrustManager getTrustManager() {
1073 mTrustManager = mInjector.getTrustManager();
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
H A DBiometricServiceTest.java186 when(mInjector.getTrustManager()).thenReturn(mTrustManager); in setUp()
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java1714 TrustManager getTrustManager() { in getTrustManager() method in Injector
6134 mInjector.getTrustManager().setDeviceLockedForUser(userToLock, true);
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt13701 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 Dboot-image-profile.txt13704 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 Dhiddenapi-max-target-o.txt48476 Landroid/security/net/config/ApplicationConfig;->getTrustManager()Ljavax/net/ssl/X509TrustManager;
48573 Landroid/security/net/config/NetworkSecurityConfig;->getTrustManager()Landroid/security/net/config/…