ECFieldF2m.GetM Method

Definition

Returns the value m of this characteristic 2 finite field.

[Android.Runtime.Register("getM", "()I", "GetGetMHandler")]
public virtual int GetM ();
[<Android.Runtime.Register("getM", "()I", "GetGetMHandler")>]
abstract member GetM : unit -> int
override this.GetM : unit -> int

Returns

m with 2^m being the number of elements.

Attributes

Remarks

Returns the value m of this characteristic 2 finite field.

Java documentation for java.security.spec.ECFieldF2m.getM().

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