Searched refs:getTrustManager (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/security/net/config/ |
D | RootTrustManager.java | 57 config.getTrustManager().checkClientTrusted(chain, authType); in checkClientTrusted() 66 config.getTrustManager().checkClientTrusted(certs, authType, socket); in checkClientTrusted() 75 config.getTrustManager().checkClientTrusted(certs, authType, engine); in checkClientTrusted() 89 config.getTrustManager().checkServerTrusted(certs, authType, socket); in checkServerTrusted() 105 config.getTrustManager().checkServerTrusted(certs, authType, engine); in checkServerTrusted() 117 config.getTrustManager().checkServerTrusted(certs, authType); in checkServerTrusted() 133 return config.getTrustManager().checkServerTrusted(certs, authType, hostname); in checkServerTrusted() 142 return config.getTrustManager().getAcceptedIssuers(); in getAcceptedIssuers()
|
D | NetworkSecurityConfig.java | 111 public NetworkSecurityTrustManager getTrustManager() { in getTrustManager() method in NetworkSecurityConfig 158 getTrustManager().handleTrustStorageUpdate(); in handleTrustStorageUpdate()
|
D | RootTrustManagerFactorySpi.java | 65 return new TrustManager[] { mApplicationConfig.getTrustManager() }; in engineGetTrustManagers()
|
D | ApplicationConfig.java | 119 public X509TrustManager getTrustManager() { in getTrustManager() method in ApplicationConfig
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | LockPatternUtils.java | 255 private TrustManager getTrustManager() { in getTrustManager() method in LockPatternUtils 334 getTrustManager().reportUnlockAttempt(false /* authenticated */, userId); in reportFailedPasswordAttempt() 343 getTrustManager().reportUnlockAttempt(true /* authenticated */, userId); in reportSuccessfulPasswordAttempt() 350 getTrustManager().reportUnlockLockout(timeoutMs, userId); in reportPasswordLockout() 1591 getTrustManager().reportEnabledTrustAgentsChanged(userId); in setEnabledTrustAgents() 1639 getTrustManager().reportEnabledTrustAgentsChanged(userHandle); in onAfterChangingPassword()
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | DevicePolicyManagerService.java | 1945 TrustManager getTrustManager() { in getTrustManager() method in DevicePolicyManagerService.Injector 5497 mInjector.getTrustManager().setDeviceLockedForUser(userToLock, true); in lockNow()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 13059 HSPLandroid/security/net/config/NetworkSecurityConfig;->getTrustManager()Landroid/security/net/conf…
|
D | hiddenapi-greylist-max-o.txt | 66770 Landroid/security/net/config/ApplicationConfig;->getTrustManager()Ljavax/net/ssl/X509TrustManager; 66878 Landroid/security/net/config/NetworkSecurityConfig;->getTrustManager()Landroid/security/net/config/…
|