java.lang.Object | |
↳ | com.ardic.android.parcelables.WifiConfigEnterpriseField |
This class is implementation of Parcelable Interface for Wi-Fi Configuration enterprise settings
See also:
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
WifiConfigEnterpriseField.EapMethod | Enumerates Extensible Authentication Protocol Methods | ||||||||||
WifiConfigEnterpriseField.Phase2Type | Enumerates Extensible Authentication Protocol Phase 2 Methods |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.os.Parcelable
|
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
CREATOR |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This constructor was deprecated
in API level 1.
use
WifiConfigEnterpriseField(EapMethod, Phase2Type, String, String, String, String, String)
instead for API level 19 or higher.
| |||||||||||
Constructor method for Wi-Fi APN Configuration attributes related to EAP.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns EAP method Anonymous Identity.
| |||||||||||
Returns EAP Certification Authority Certificate.
| |||||||||||
Returns EAP Authentication Client User Certificate.
| |||||||||||
Returns Wi-Fi APN EAP Method
| |||||||||||
Returns EAP method user password.
| |||||||||||
This method was deprecated
in API level 1.
Not used after API level 19
| |||||||||||
Returns EAP user id.
| |||||||||||
Returns Wi-Fi APN Phase 2 type.
| |||||||||||
Sets EAP method Anonymous Identity.
| |||||||||||
Sets EAP Certification Authority Certificate.
| |||||||||||
Sets EAP Authentication Client User Certificate
| |||||||||||
Sets Wi-Fi APN EAP Method
| |||||||||||
Sets EAP method user password.
| |||||||||||
This method was deprecated
in API level 1.
Not used after API level 19
| |||||||||||
Sets EAP user id.
| |||||||||||
Sets Wi-Fi APN Phase 2 type.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
android.os.Parcelable
|
This constructor was deprecated
in API level 1.
use
WifiConfigEnterpriseField(EapMethod, Phase2Type, String, String, String, String, String)
instead for API level 19 or higher.
Constructor method for Wi-Fi APN Configuration attributes related to EAP.
Parameters | |
---|---|
eapMethod |
WifiConfigEnterpriseField.EapMethod :
Wi-Fi APN EAP Method |
phase2Type |
WifiConfigEnterpriseField.Phase2Type :
Wi-Fi APN Phase 2 type |
anonId |
String :
EAP method Anonymous Identity |
identity |
String
|
eapPasswd |
String :
EAP method user password |
eapClientCert |
String :
EAP Authentication Client User Certificate |
eapCACert |
String :
EAP Certification Authority Certificate |
eapPrivateKeyId |
String :
EAP Private Key Identity |
Constructor method for Wi-Fi APN Configuration attributes related to EAP.
Parameters | |
---|---|
eapMethod |
WifiConfigEnterpriseField.EapMethod :
Wi-Fi APN EAP Method |
phase2Type |
WifiConfigEnterpriseField.Phase2Type :
Wi-Fi APN Phase 2 type |
anonId |
String :
EAP method Anonymous Identity |
identity |
String
|
eapPasswd |
String :
EAP method user password |
eapClientCert |
String :
EAP Authentication Client User Certificate |
eapCACert |
String :
EAP Certification Authority Certificate
|
Returns EAP method Anonymous Identity.
Returns | |
---|---|
String |
EAP method Anonymous Identity |
Returns EAP Certification Authority Certificate.
Returns | |
---|---|
String |
EAP Certification Authority Certificate. |
Returns EAP Authentication Client User Certificate.
Returns | |
---|---|
String |
EAP Authentication Client User Certificate |
Returns Wi-Fi APN EAP Method
Returns | |
---|---|
WifiConfigEnterpriseField.EapMethod |
Wi-Fi APN EAP Method |
Returns EAP method user password.
Returns | |
---|---|
String |
EAP method user password |
This method was deprecated
in API level 1.
Not used after API level 19
Returns EAP Private Key Identity.
Returns | |
---|---|
String |
EAP Private Key Identity. |
Returns Wi-Fi APN Phase 2 type.
Returns | |
---|---|
WifiConfigEnterpriseField.Phase2Type |
Wi-Fi APN Phase 2 type. |
Sets EAP method Anonymous Identity.
Parameters | |
---|---|
anonId |
String :
method Anonymous Identity
|
Sets EAP Certification Authority Certificate.
Parameters | |
---|---|
eapCACert |
String :
EAP Certification Authority Certificate.
|
Sets EAP Authentication Client User Certificate
Parameters | |
---|---|
eapClientCert |
String :
EAP Authentication Client User Certificate
|
Sets Wi-Fi APN EAP Method
Parameters | |
---|---|
eapMethod |
WifiConfigEnterpriseField.EapMethod :
Wi-Fi APN EAP Method
|
Sets EAP method user password.
Parameters | |
---|---|
eapPasswd |
String :
EAP method user password
|
This method was deprecated
in API level 1.
Not used after API level 19
Returns EAP Private Key Identity.
Parameters | |
---|---|
eapPrivateKeyId |
String :
EAP Private Key Identity. |
Sets EAP user id.
Parameters | |
---|---|
identity |
String :
EAP user id
|
Sets Wi-Fi APN Phase 2 type.
Parameters | |
---|---|
phase2Type |
WifiConfigEnterpriseField.Phase2Type :
Wi-Fi Phase 2 type.
|
Parameters | |
---|---|
dest |
Parcel
|
flags |
int
|