Searched refs:authType (Results 1 – 4 of 4) sorted by relevance
148 short authType = payload.getShort(); in parseCredential() local149 populateAllowedKeyManagement(result.allowedKeyManagement, authType); in parseCredential()165 private static void populateAllowedKeyManagement(BitSet allowedKeyManagement, short authType) { in populateAllowedKeyManagement() argument166 if (authType == AUTH_TYPE_WPA_PSK || authType == AUTH_TYPE_WPA2_PSK) { in populateAllowedKeyManagement()168 } else if (authType == AUTH_TYPE_WPA_EAP || authType == AUTH_TYPE_WPA2_EAP) { in populateAllowedKeyManagement()170 } else if (authType == AUTH_TYPE_OPEN) { in populateAllowedKeyManagement()
247 final String authType = apnValues.getAsString(Telephony.Carriers.AUTH_TYPE); in processApn() local248 if (authType != null) { in processApn()249 apnValues.put(Telephony.Carriers.AUTH_TYPE, parseInt(authType, -1, "apn authtype")); in processApn()
308 @Override public void checkClientTrusted(X509Certificate[] chain, String authType) in checkClientTrusted() argument311 @Override public void checkServerTrusted(X509Certificate[] chain, String authType) in checkServerTrusted() argument
92 public void checkClientTrusted(X509Certificate[] chain, String authType) in checkClientTrusted() argument99 public void checkServerTrusted(X509Certificate[] chain, String authType) in checkServerTrusted() argument