PairwiseCipher
open classPairwiseCipher
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
static valCCMP: Int
Deprecated: Deprecated in Java.
AES in Counter mode with CBC-MAC [RFC 3610, IEEE 802.11i/D7.0]
Value: 2
GCMP_128
static valGCMP_128: Int
Deprecated: Deprecated in Java.
AES in Galois/Counter Mode with a 128-bit integrity key
Value: 5
GCMP_256
static valGCMP_256: Int
Deprecated: Deprecated in Java.
AES in Galois/Counter Mode
Value: 3
NONE
static valNONE: Int
Deprecated: Deprecated in Java.
Use only Group keys (deprecated)
Value: 0
TKIP
static valTKIP: 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
static valvarName: String
Deprecated: Deprecated in Java.
Value: "pairwise"