Home
last modified time | relevance | path

Searched refs:EapMsChapV2Config (Results 1 – 7 of 7) sorted by relevance

/packages/modules/IPsec/src/java/android/net/eap/
DEapSessionConfig.java104 public EapMsChapV2Config getEapMsChapV2onfig() { in getEapMsChapV2onfig()
105 return (EapMsChapV2Config) eapConfigs.get(EAP_TYPE_MSCHAP_V2); in getEapMsChapV2onfig()
191 mEapConfigs.put(EAP_TYPE_MSCHAP_V2, new EapMsChapV2Config(username, password)); in setEapMsChapV2Config()
364 public static class EapMsChapV2Config extends EapMethodConfig { class in EapSessionConfig
372 public EapMsChapV2Config(String username, String password) { in EapMsChapV2Config() method in EapSessionConfig.EapMsChapV2Config
/packages/modules/IPsec/tests/iketests/src/java/android/net/eap/
DEapSessionConfigTest.java35 import android.net.eap.EapSessionConfig.EapMsChapV2Config;
104 EapMsChapV2Config config = (EapMsChapV2Config) result.eapConfigs.get(EAP_TYPE_MSCHAP_V2); in testBuildEapMsChapV2()
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/statemachine/
DEapMsChapV2StateTest.java34 import android.net.eap.EapSessionConfig.EapMsChapV2Config;
60 protected EapMsChapV2Config mEapMsChapV2Config;
68 mEapMsChapV2Config = new EapMsChapV2Config(MSCHAP_V2_USERNAME, MSCHAP_V2_PASSWORD); in setUp()
DEapMsChapV2MethodStateMachineTest.java40 import android.net.eap.EapSessionConfig.EapMsChapV2Config;
51 private EapMsChapV2Config mEapMsChapV2Config;
56 mEapMsChapV2Config = new EapMsChapV2Config(MSCHAP_V2_USERNAME, MSCHAP_V2_PASSWORD); in setUp()
/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/
DEapMsChapV2MethodStateMachine.java33 import android.net.eap.EapSessionConfig.EapMsChapV2Config;
188 private final EapMsChapV2Config mEapMsChapV2Config;
193 EapMsChapV2Config eapMsChapV2Config, SecureRandom secureRandom) { in EapMsChapV2MethodStateMachine()
199 EapMsChapV2Config eapMsChapV2Config, in EapMsChapV2MethodStateMachine()
DEapStateMachine.java41 import android.net.eap.EapSessionConfig.EapMsChapV2Config;
340 EapMsChapV2Config eapMsChapV2Config = (EapMsChapV2Config) eapMethodConfig; in buildEapMethodStateMachine()
/packages/modules/IPsec/api/
Dsystem-current.txt8 … method @Nullable public android.net.eap.EapSessionConfig.EapMsChapV2Config getEapMsChapV2onfig();
34 …public static class EapSessionConfig.EapMsChapV2Config extends android.net.eap.EapSessionConfig.Ea…