Android APIs
public static class

WifiConfiguration.PairwiseCipher

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

Class Overview

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
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int CCMP

Added in API level 1

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

Constant Value: 2 (0x00000002)

public static final int NONE

Added in API level 1

Use only Group keys (deprecated)

Constant Value: 0 (0x00000000)

public static final int TKIP

Added in API level 1

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

Constant Value: 1 (0x00000001)

public static final String varName

Added in API level 1

Constant Value: "pairwise"

Fields

public static final String[] strings

Added in API level 1