GroupCipher
open class GroupCipher
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 val CCMP: Int
AES in Counter mode with CBC-MAC [RFC 3610, IEEE 802.11i/D7.0]
Value: 3
GCMP_128
static val GCMP_128: Int
AES in Galois/Counter Mode with a 128-bit integrity key
Value: 7
TKIP
static val TKIP: Int
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