GCMParameterSpec.TLen Property

Definition

Returns the authentication tag length.

public virtual int TLen { [Android.Runtime.Register("getTLen", "()I", "GetGetTLenHandler")] get; }
[<get: Android.Runtime.Register("getTLen", "()I", "GetGetTLenHandler")>]
member this.TLen : int

Property Value

the authentication tag length (in bits)

Attributes

Remarks

Returns the authentication tag length.

Java documentation for javax.crypto.spec.GCMParameterSpec.getTLen().

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