GroupCipher
open classGroupCipher
kotlin.Any | |
↳ | android.net.wifi.WifiConfiguration.GroupCipher |
Recognized group ciphers.
CCMP = AES in Counter mode with CBC-MAC [RFC 3610, IEEE 802.11i/D7.0] TKIP = Temporal Key Integrity Protocol [IEEE 802.11i/D7.0] WEP104 = WEP (Wired Equivalent Privacy) with 104-bit key WEP40 = WEP (Wired Equivalent Privacy) with 40-bit key (original 802.11) GCMP_256 = AES in Galois/Counter Mode
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 |
SMS4 cipher for WAPI |
static Int |
Temporal Key Integrity Protocol [IEEE 802. |
static Int |
WEP104 = WEP (Wired Equivalent Privacy) with 104-bit key |
static Int |
WEP40 = WEP (Wired Equivalent Privacy) with 40-bit key (original 802.11) |
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: 3
GCMP_128
static valGCMP_128: Int
Deprecated: Deprecated in Java.
AES in Galois/Counter Mode with a 128-bit integrity key
Value: 7
GCMP_256
static valGCMP_256: Int
Deprecated: Deprecated in Java.
AES in Galois/Counter Mode
Value: 5
TKIP
static valTKIP: Int
Deprecated: Deprecated in Java.
Temporal Key Integrity Protocol [IEEE 802.11i/D7.0]
Value: 2
WEP104
static valWEP104: Int
Deprecated: Due to security and performance limitations, use of WEP networks is discouraged.
WEP104 = WEP (Wired Equivalent Privacy) with 104-bit key
Value: 1
WEP40
static valWEP40: Int
Deprecated: Due to security and performance limitations, use of WEP networks is discouraged.
WEP40 = WEP (Wired Equivalent Privacy) with 40-bit key (original 802.11)
Value: 0
varName
static valvarName: String
Deprecated: Deprecated in Java.
Value: "group"