EdECPoint(Boolean, BigInteger) Constructor
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.
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.
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.