Home
last modified time | relevance | path

Searched refs:isServerCertValidationEnabled (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/Wifi/framework/tests/src/android/net/wifi/
H A DWifiEnterpriseConfigTest.java567 assertFalse(baseConfig.isServerCertValidationEnabled()); in testIsEnterpriseConfigServerCertNotEnabled()
573 assertFalse(baseConfig.isServerCertValidationEnabled()); in testIsEnterpriseConfigServerCertNotEnabled()
579 assertFalse(baseConfig.isServerCertValidationEnabled()); in testIsEnterpriseConfigServerCertNotEnabled()
628 assertTrue(configWithCertAndDomainSuffixMatch.isServerCertValidationEnabled()); in testIsEnterpriseConfigServerCertEnabled()
633 assertTrue(configWithCertAndAltSubjectMatch.isServerCertValidationEnabled()); in testIsEnterpriseConfigServerCertEnabled()
639 assertTrue(configWithAliasAndDomainSuffixMatch.isServerCertValidationEnabled()); in testIsEnterpriseConfigServerCertEnabled()
644 assertTrue(configWithAliasAndAltSubjectMatch.isServerCertValidationEnabled()); in testIsEnterpriseConfigServerCertEnabled()
/aosp12/packages/modules/Wifi/framework/java/android/net/wifi/
H A DWifiEnterpriseConfig.java1506 public boolean isServerCertValidationEnabled() { in isServerCertValidationEnabled() method in WifiEnterpriseConfig
/aosp12/packages/modules/Wifi/framework/api/
H A Dcurrent.txt239 method public boolean isServerCertValidationEnabled();