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] | FieldSize | int. Returns the size of this finite field (in bits). |
[read-only] | ReductionPolynomial | Java.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 | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Public Methods
| GetM() : intReturns 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. |