ECFieldFp Constructors

Definition

Overloads

ECFieldFp(BigInteger)

Creates an elliptic curve prime finite field with the specified prime p.

ECFieldFp(IntPtr, JniHandleOwnership)

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

ECFieldFp(BigInteger)

Creates an elliptic curve prime finite field with the specified prime p.

[Android.Runtime.Register(".ctor", "(Ljava/math/BigInteger;)V", "")]
public ECFieldFp (Java.Math.BigInteger? p);
[<Android.Runtime.Register(".ctor", "(Ljava/math/BigInteger;)V", "")>]
new Java.Security.Spec.ECFieldFp : Java.Math.BigInteger -> Java.Security.Spec.ECFieldFp

Parameters

p
BigInteger

the prime.

Attributes

Exceptions

if p <= zero.

Remarks

Creates an elliptic curve prime finite field with the specified prime p.

Java documentation for java.security.spec.ECFieldFp.ECFieldFp(java.math.BigInteger).

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

ECFieldFp(IntPtr, JniHandleOwnership)

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

protected ECFieldFp (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Security.Spec.ECFieldFp : nativeint * Android.Runtime.JniHandleOwnership -> Java.Security.Spec.ECFieldFp

Parameters

javaReference
IntPtr

nativeint

A IntPtrcontaining a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

A JniHandleOwnershipindicating how to handle javaReference

Remarks

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