ECFieldFp Constructors
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.
Overloads
ECFieldFp(BigInteger) |
Creates an elliptic curve prime finite field
with the specified prime |
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
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
- 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.