# Print output for @column tags ?> WifiConfiguration.PairwiseCipher - Android SDK | Android Developers

Most visited

Recently visited

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 GCMP_256

AES in Galois/Counter Mode

int NONE

Use only Group keys (deprecated)

int SMS4

SMS4 cipher for WAPI

int TKIP

This constant is deprecated. Due to security and performance limitations, use of WPA-1 networks is discouraged. WPA-2 (RSN) should be used instead.

String varName

Fields

public static final String[] strings

Inherited methods

Constants

CCMP

public static final int CCMP

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

Constant Value: 2 (0x00000002)

GCMP_256

public static final int GCMP_256

AES in Galois/Counter Mode

Constant Value: 3 (0x00000003)

NONE

public static final int NONE

Use only Group keys (deprecated)

Constant Value: 0 (0x00000000)

SMS4

public static final int SMS4

SMS4 cipher for WAPI

Constant Value: 4 (0x00000004)

TKIP

public static final int TKIP

This constant is deprecated.
Due to security and performance limitations, use of WPA-1 networks is discouraged. WPA-2 (RSN) should be used instead.

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

Constant Value: 1 (0x00000001)

varName

public static final String varName

Constant Value: "pairwise"

Fields

strings

public static final String[] strings