ECFieldF2m.GetMidTermsOfReductionPolynomial Method

Definition

Returns an integer array which contains the order of the middle term(s) of the reduction polynomial for polynomial basis or null for normal basis.

[Android.Runtime.Register("getMidTermsOfReductionPolynomial", "()[I", "GetGetMidTermsOfReductionPolynomialHandler")]
public virtual int[]? GetMidTermsOfReductionPolynomial ();
[<Android.Runtime.Register("getMidTermsOfReductionPolynomial", "()[I", "GetGetMidTermsOfReductionPolynomialHandler")>]
abstract member GetMidTermsOfReductionPolynomial : unit -> int[]
override this.GetMidTermsOfReductionPolynomial : unit -> int[]

Returns

Int32[]

an integer array which contains the order of the middle term(s) of the reduction polynomial for polynomial basis or null for normal basis. A new array is returned each time this method is called.

Attributes

Remarks

Returns an integer array which contains the order of the middle term(s) of the reduction polynomial for polynomial basis or null for normal basis.

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

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