MacSpi.EngineGetMacLength Method

Definition

Returns the length of the MAC in bytes.

[Android.Runtime.Register("engineGetMacLength", "()I", "GetEngineGetMacLengthHandler")]
protected abstract int EngineGetMacLength ();
[<Android.Runtime.Register("engineGetMacLength", "()I", "GetEngineGetMacLengthHandler")>]
abstract member EngineGetMacLength : unit -> int

Returns

the MAC length in bytes.

Attributes

Remarks

Returns the length of the MAC in bytes.

Java documentation for javax.crypto.MacSpi.engineGetMacLength().

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