Searched refs:allowedSuiteBCiphers (Results 1 – 8 of 8) sorted by relevance
321 config.allowedSuiteBCiphers.clear(); in updateNetworkKeys()333 config.allowedSuiteBCiphers.set( in updateNetworkKeys()340 config.allowedSuiteBCiphers.set( in updateNetworkKeys()
309 if (!Objects.equals(existingConfig.allowedSuiteBCiphers, in hasCredentialChanged()310 newConfig.allowedSuiteBCiphers)) { in hasCredentialChanged()
566 if (config.allowedSuiteBCiphers.get(WifiConfiguration.SuiteBCipher.ECDHE_RSA)) { in saveSuiteBConfig()571 } else if (config.allowedSuiteBCiphers.get(WifiConfiguration.SuiteBCipher.ECDHE_ECDSA)) { in saveSuiteBConfig()
391 allowedSuiteBCiphers.clear(); in setSecurityParams()607 public BitSet allowedSuiteBCiphers; field in WifiConfiguration1774 allowedSuiteBCiphers = new BitSet(); in WifiConfiguration()1984 for (int sbc = 0; sbc < this.allowedSuiteBCiphers.size(); sbc++) { in toString()1985 if (this.allowedSuiteBCiphers.get(sbc)) { in toString()2394 allowedSuiteBCiphers = (BitSet) source.allowedSuiteBCiphers.clone(); in WifiConfiguration()2479 writeBitSet(dest, allowedSuiteBCiphers); in writeToParcel()2553 config.allowedSuiteBCiphers = readBitSet(in);
452 configuration.allowedSuiteBCiphers.toByteArray()); in writeCommonElementsToXml()626 byte[] allowedSuiteBCiphers = (byte[]) value; in parseFromXml()627 configuration.allowedSuiteBCiphers = in parseFromXml()628 BitSet.valueOf(allowedSuiteBCiphers); in parseFromXml()
277 config.allowedSuiteBCiphers.set(WifiConfiguration.SuiteBCipher.ECDHE_RSA); in testEapSuiteBRsaNetworkWifiConfigurationSaveLoad()304 config.allowedSuiteBCiphers.set(WifiConfiguration.SuiteBCipher.ECDHE_ECDSA); in testEapSuiteBEcdsaNetworkWifiConfigurationSaveLoad()
29907 field @Deprecated @NonNull public java.util.BitSet allowedSuiteBCiphers;
30051 field @Deprecated @NonNull public java.util.BitSet allowedSuiteBCiphers;