Home
last modified time | relevance | path

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

/packages/modules/IPsec/tests/cts/src/android/eap/cts/
DEapSessionConfigTest.java116 EapTtlsConfig eapTtlsConfig = result.getEapTtlsConfig(); in testBuildWithAllEapMethods() local
117 assertNotNull(eapTtlsConfig); in testBuildWithAllEapMethods()
118 assertEquals(EAP_TYPE_TTLS, eapTtlsConfig.getMethodType()); in testBuildWithAllEapMethods()
119 assertEquals(mServerCaCert, eapTtlsConfig.getServerCaCert()); in testBuildWithAllEapMethods()
120 assertEquals(INNER_EAP_SESSION_CONFIG, eapTtlsConfig.getInnerEapSessionConfig()); in testBuildWithAllEapMethods()
/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/
DEapTtlsMethodStateMachine.java102 EapTtlsConfig eapTtlsConfig, in EapTtlsMethodStateMachine() argument
106 eapTtlsConfig, in EapTtlsMethodStateMachine()
116 EapTtlsConfig eapTtlsConfig, in EapTtlsMethodStateMachine() argument
122 mEapTtlsConfig = eapTtlsConfig; in EapTtlsMethodStateMachine()
DEapStateMachine.java371 EapTtlsConfig eapTtlsConfig = (EapTtlsConfig) eapMethodConfig; in buildEapMethodStateMachine() local
372 return new EapTtlsMethodStateMachine(mContext, eapTtlsConfig, mSecureRandom); in buildEapMethodStateMachine()