ECFieldFp.GetP Method

Definition

Returns the prime p of this prime finite field.

[Android.Runtime.Register("getP", "()Ljava/math/BigInteger;", "GetGetPHandler")]
public virtual Java.Math.BigInteger? GetP ();
[<Android.Runtime.Register("getP", "()Ljava/math/BigInteger;", "GetGetPHandler")>]
abstract member GetP : unit -> Java.Math.BigInteger
override this.GetP : unit -> Java.Math.BigInteger

Returns

the prime.

Attributes

Remarks

Returns the prime p of this prime finite field.

Java documentation for java.security.spec.ECFieldFp.getP().

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