IpSecAlgorithm.AuthCryptAesGcm Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
AES-GCM Authentication/Integrity + Encryption/Ciphering Algorithm.
[Android.Runtime.Register("AUTH_CRYPT_AES_GCM", ApiSince=28)]
public const string AuthCryptAesGcm;
[<Android.Runtime.Register("AUTH_CRYPT_AES_GCM", ApiSince=28)>]
val mutable AuthCryptAesGcm : string
Field Value
Implements
- Attributes
Remarks
AES-GCM Authentication/Integrity + Encryption/Ciphering Algorithm.
Valid lengths for keying material are {160, 224, 288}.
As per RFC4106 (Section 8.1), keying material consists of a 128, 192, or 256 bit AES key followed by a 32-bit salt. RFC compliance requires that the salt must be unique per invocation with the same key.
Valid ICV (truncation) lengths are {64, 96, 128}.
Java documentation for android.net.IpSecAlgorithm.AUTH_CRYPT_AES_GCM
.
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.