다음을 통해 공유


EdECPoint(Boolean, BigInteger) Constructor

Definition

Construct an EdECPoint.

[Android.Runtime.Register(".ctor", "(ZLjava/math/BigInteger;)V", "", ApiSince=33)]
public EdECPoint (bool xOdd, Java.Math.BigInteger y);
[<Android.Runtime.Register(".ctor", "(ZLjava/math/BigInteger;)V", "", ApiSince=33)>]
new Java.Security.Spec.EdECPoint : bool * Java.Math.BigInteger -> Java.Security.Spec.EdECPoint

Parameters

xOdd
Boolean

whether the x-coordinate is odd.

y
BigInteger

the y-coordinate, represented using a BigInteger.

Attributes

Remarks

Construct an EdECPoint.

Java documentation for java.security.spec.EdECPoint.EdECPoint(boolean, 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