Added in API level 1
Deprecated in API level 29

PairwiseCipher

open class PairwiseCipher
kotlin.Any
   ↳ android.net.wifi.WifiConfiguration.PairwiseCipher

Recognized pairwise ciphers for WPA.

Summary

Constants
static Int

AES in Counter mode with CBC-MAC [RFC 3610, IEEE 802.

static Int

AES in Galois/Counter Mode with a 128-bit integrity key

static Int

AES in Galois/Counter Mode

static Int

Use only Group keys (deprecated)

static Int

SMS4 cipher for WAPI

static Int

Temporal Key Integrity Protocol [IEEE 802.

static String

Properties
static Array<String!>!

Constants

CCMP

Added in API level 1
static val CCMP: Int

Deprecated: Deprecated in Java.

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

Value: 2

GCMP_128

Added in API level 31
Deprecated in API level 29
static val GCMP_128: Int

Deprecated: Deprecated in Java.

AES in Galois/Counter Mode with a 128-bit integrity key

Value: 5

GCMP_256

Added in API level 29
Deprecated in API level 29
static val GCMP_256: Int

Deprecated: Deprecated in Java.

AES in Galois/Counter Mode

Value: 3

NONE

Added in API level 1
static val NONE: Int

Deprecated: Deprecated in Java.

Use only Group keys (deprecated)

Value: 0

SMS4

Added in API level 30
Deprecated in API level 29
static val SMS4: Int

Deprecated: Deprecated in Java.

SMS4 cipher for WAPI

Value: 4

TKIP

Added in API level 1
Deprecated in API level 28
static val TKIP: Int

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]

Value: 1

varName

Added in API level 1
static val varName: String

Deprecated: Deprecated in Java.

Value: "pairwise"

Properties

strings

Added in API level 1
static val strings: Array<String!>!

Deprecated: Deprecated in Java.