Most visited

Recently visited

Added in API level 1

WifiConfiguration.PairwiseCipher

public static class WifiConfiguration.PairwiseCipher
extends Object

java.lang.Object
   ↳ android.net.wifi.WifiConfiguration.PairwiseCipher


Recognized pairwise ciphers for WPA.

Summary

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

public static final String[] strings

Inherited methods

From class java.lang.Object

Constants

CCMP

Added in API level 1
int CCMP

AES in Counter mode with CBC-MAC [RFC 3610, IEEE 802.11i/D7.0]

Constant Value: 2 (0x00000002)

NONE

Added in API level 1
int NONE

Use only Group keys (deprecated)

Constant Value: 0 (0x00000000)

TKIP

Added in API level 1
int TKIP

Temporal Key Integrity Protocol [IEEE 802.11i/D7.0]

Constant Value: 1 (0x00000001)

varName

Added in API level 1
String varName

Constant Value: "pairwise"

Fields

strings

Added in API level 1
String[] strings

Hooray!