java.lang.Object | |
↳ | android.net.wifi.WifiConfiguration.PairwiseCipher |
Recognized pairwise ciphers for WPA.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | CCMP | AES in Counter mode with CBC-MAC [RFC 3610, IEEE 802.11i/D7.0] | |||||||||
int | NONE | Use only Group keys (deprecated) | |||||||||
int | TKIP | Temporal Key Integrity Protocol [IEEE 802.11i/D7.0] | |||||||||
String | varName |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
strings |
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
AES in Counter mode with CBC-MAC [RFC 3610, IEEE 802.11i/D7.0]
Use only Group keys (deprecated)
Temporal Key Integrity Protocol [IEEE 802.11i/D7.0]