# 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)

Browse this site in English?

You requested a page in English, but your language preference for this site is English.

Would you like to change your language preference and browse this site in English? If you want to change your language preference later, use the language menu at the bottom of each page.