ECFieldF2m.ReductionPolynomial Property

Definition

Returns a BigInteger whose i-th bit corresponds to the i-th coefficient of the reduction polynomial for polynomial basis or null for normal basis.

public virtual Java.Math.BigInteger? ReductionPolynomial { [Android.Runtime.Register("getReductionPolynomial", "()Ljava/math/BigInteger;", "GetGetReductionPolynomialHandler")] get; }
[<get: Android.Runtime.Register("getReductionPolynomial", "()Ljava/math/BigInteger;", "GetGetReductionPolynomialHandler")>]
member this.ReductionPolynomial : Java.Math.BigInteger

Property Value

a BigInteger whose i-th bit corresponds to the i-th coefficient of the reduction polynomial for polynomial basis or null for normal basis.

Attributes

Remarks

Returns a BigInteger whose i-th bit corresponds to the i-th coefficient of the reduction polynomial for polynomial basis or null for normal basis.

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

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