ECFieldF2m.GetMidTermsOfReductionPolynomial Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.