# Print output for @column tags ?> WifiConfiguration.GroupMgmtCipher - Android SDK | Android Developers

Most visited

Recently visited

WifiConfiguration.GroupMgmtCipher

public static class WifiConfiguration.GroupMgmtCipher
extends Object

java.lang.Object
   ↳ 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

int BIP_CMAC_256

CMAC-256 = Cipher-based Message Authentication Code

int BIP_GMAC_128

GMAC-128 = Galois Message Authentication Code

int BIP_GMAC_256

GMAC-256 = Galois Message Authentication Code

Inherited methods

Constants

BIP_CMAC_256

public static final int BIP_CMAC_256

CMAC-256 = Cipher-based Message Authentication Code

Constant Value: 0 (0x00000000)

BIP_GMAC_128

public static final int BIP_GMAC_128

GMAC-128 = Galois Message Authentication Code

Constant Value: 1 (0x00000001)

BIP_GMAC_256

public static final int BIP_GMAC_256

GMAC-256 = Galois Message Authentication Code

Constant Value: 2 (0x00000002)