Added in API level 29
Deprecated in API level 29

GroupMgmtCipher

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

Recognized group management ciphers.

BIP_CMAC_256 = Cipher-based Message Authentication Code 256 bits
  BIP_GMAC_128 = Galois Message Authentication Code 128 bits
  BIP_GMAC_256 = Galois Message Authentication Code 256 bits
  

Summary

Constants
static Int

CMAC-256 = Cipher-based Message Authentication Code

static Int

GMAC-128 = Galois Message Authentication Code

static Int

GMAC-256 = Galois Message Authentication Code

Constants

BIP_CMAC_256

Added in API level 29
static val BIP_CMAC_256: Int

Deprecated: Deprecated in Java.

CMAC-256 = Cipher-based Message Authentication Code

Value: 0

BIP_GMAC_128

Added in API level 29
static val BIP_GMAC_128: Int

Deprecated: Deprecated in Java.

GMAC-128 = Galois Message Authentication Code

Value: 1

BIP_GMAC_256

Added in API level 29
static val BIP_GMAC_256: Int

Deprecated: Deprecated in Java.

GMAC-256 = Galois Message Authentication Code

Value: 2