Java.Security.Spec.ECFieldF2m Members

The members of Java.Security.Spec.ECFieldF2m are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Creates a new ECFieldF2m with 2^m elements with a normal basis.
Creates a new ECFieldF2m with 2^m elements with a polynomial basis and the reduction polynomial based on rp.
Creates a new ECFieldF2m with 2^m elements with a polynomial basis and the reduction polynomial based on ks.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

[read-only]
FieldSizeint. Returns the size of this finite field (in bits).
[read-only]
ReductionPolynomialJava.Math.BigInteger. Returns the base of the reduction polynomial with the n-th bit corresponding to the n-th coefficient of the reduction polynomial for a polynomial basis.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

GetM() : int
Returns the exponent m for this finite field, with 2^m as the number of elements.
GetMidTermsOfReductionPolynomial() : int[]
Returns a copy of the integer array containing the order of the middle term(s) of the reduction polynomial for a polynomial basis.