Javax.Crypto.Spec.GCMParameterSpec Class
Provides a the parameters for an instance of a Javax.Crypto.Cipher using Galois/Counter Mode (GCM).

See Also: GCMParameterSpec Members

Syntax

[Android.Runtime.Register("javax/crypto/spec/GCMParameterSpec", DoNotGenerateAcw=true)]
public class GCMParameterSpec : Java.Lang.Object, Java.Security.Spec.IAlgorithmParameterSpec, IDisposable

Remarks

Provides a the parameters for an instance of a Javax.Crypto.Cipher using Galois/Counter Mode (GCM). This is an Authenticated Encryption with Associated Data (AEAD) mode for a cipher which allows you to use the Javax.Crypto.Cipher.UpdateAAD(Byte[]) method to provide data that is transmitted in the clear but authenticated using a cryptographic Message Authentication Code (MAC).

[Android Documentation]

Requirements

Namespace: Javax.Crypto.Spec
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0