Stay organized with collections
Save and categorize content based on your preferences.
EapSimConfig
class EapSimConfig : EapSessionConfig.EapMethodConfig
EapSimConfig represents the configs needed for an EAP SIM session.
Summary
| Inherited constants |
From class EapMethodConfig
Int |
EAP_TYPE_AKA
EAP-Type value for the EAP-AKA method.
To include EAP-AKA as an authentication method, see EapSessionConfig.Builder.setEapAkaConfig(int, int).
|
Int |
EAP_TYPE_AKA_PRIME
EAP-Type value for the EAP-AKA' method.
To include EAP-AKA' as an authentication method, see EapSessionConfig.Builder.setEapAkaPrimeConfig(int, int, String, boolean).
|
Int |
EAP_TYPE_MSCHAP_V2
EAP-Type value for the EAP-MS-CHAPv2 method.
To include EAP-MS-CHAPv2 as an authentication method, see EapSessionConfig.Builder.setEapMsChapV2Config(String, String).
|
Int |
EAP_TYPE_SIM
EAP-Type value for the EAP-SIM method.
To include EAP-SIM as an authentication method, see EapSessionConfig.Builder.setEapSimConfig(int, int).
|
Int |
EAP_TYPE_TTLS
EAP-Type value for the EAP-TTLS method.
To include EAP-TTLS as an authentication method, see EapSessionConfig.Builder.setEapTtlsConfig(X509Certificate, EapSessionConfig).
|
|
| Public methods |
| open Boolean |
|
| open Int |
Retrieves the UICC app type
|
| open Int |
Retrieves the subId
|
| open Int |
|
Public methods
equals
open fun equals(other: Any?): Boolean
| Parameters |
obj |
the reference object with which to compare. |
| Return |
Boolean |
true if this object is the same as the obj argument; false otherwise. |
getAppType
open fun getAppType(): Int
Retrieves the UICC app type
return the type
| Return |
Int |
Value is one of the following:
|
getSubId
open fun getSubId(): Int
Retrieves the subId
hashCode
open fun hashCode(): Int
| Return |
Int |
a hash code value for this object. |
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2026-02-13 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-02-13 UTC."],[],[]]