Stay organized with collections
Save and categorize content based on your preferences.
GroupMgmtCipher
open class 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
static val BIP_CMAC_256: Int
CMAC-256 = Cipher-based Message Authentication Code
Value: 0
BIP_GMAC_128
static val BIP_GMAC_128: Int
GMAC-128 = Galois Message Authentication Code
Value: 1
BIP_GMAC_256
static val BIP_GMAC_256: Int
GMAC-256 = Galois Message Authentication Code
Value: 2
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-08-20 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[],[],null,["# WifiConfiguration.GroupMgmtCipher\n\nAdded in [API level 29](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nGroupMgmtCipher\n===============\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/net/wifi/WifiConfiguration.GroupMgmtCipher \"View this page in Java\") \n\n```\nopen class GroupMgmtCipher\n```\n\n|---|---------------------------------------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) ||\n| ↳ | [android.net.wifi.WifiConfiguration.GroupMgmtCipher](#) |\n\nRecognized group management ciphers. \n\n```kotlin\nBIP_CMAC_256 = Cipher-based Message Authentication Code 256 bits\n BIP_GMAC_128 = Galois Message Authentication Code 128 bits\n BIP_GMAC_256 = Galois Message Authentication Code 256 bits\n \n```\n\n\u003cbr /\u003e\n\nSummary\n-------\n\n| Constants ||\n|-----------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------|\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [BIP_CMAC_256](#BIP_CMAC_256:kotlin.Int) CMAC-256 = Cipher-based Message Authentication Code |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [BIP_GMAC_128](#BIP_GMAC_128:kotlin.Int) GMAC-128 = Galois Message Authentication Code |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [BIP_GMAC_256](#BIP_GMAC_256:kotlin.Int) GMAC-256 = Galois Message Authentication Code |\n\nConstants\n---------\n\n### BIP_CMAC_256\n\nAdded in [API level 29](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val BIP_CMAC_256: Int\n```\n\nCMAC-256 = Cipher-based Message Authentication Code \n\n Value: 0\n\n### BIP_GMAC_128\n\nAdded in [API level 29](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val BIP_GMAC_128: Int\n```\n\nGMAC-128 = Galois Message Authentication Code \n\n Value: 1\n\n### BIP_GMAC_256\n\nAdded in [API level 29](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val BIP_GMAC_256: Int\n```\n\nGMAC-256 = Galois Message Authentication Code \n\n Value: 2"]]