Share via


IpSecAlgorithm.AuthAesCmac Field

Definition

AES-CMAC Authentication/Integrity Algorithm.

[Android.Runtime.Register("AUTH_AES_CMAC", ApiSince=31)]
public const string AuthAesCmac;
[<Android.Runtime.Register("AUTH_AES_CMAC", ApiSince=31)>]
val mutable AuthAesCmac : string

Field Value

Implements

Attributes

Remarks

AES-CMAC Authentication/Integrity Algorithm.

Keys for this algorithm must be 128 bits in length.

The only valid truncation length is 96 bits.

This algorithm may be available on the device. Caller MUST check if it is supported before using it by calling #getSupportedAlgorithms() and checking if this algorithm is included in the returned algorithm set. The returned algorithm set will not change unless the device is rebooted. IllegalArgumentException will be thrown if this algorithm is requested on an unsupported device.

Java documentation for android.net.IpSecAlgorithm.AUTH_AES_CMAC.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to