Partager via


EdECPoint(Boolean, BigInteger) Constructeur

Définition

Construisez un 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

Paramètres

xOdd
Boolean

indique si la coordonnée x est impaire.

y
BigInteger

coordonnée y, représentée à l’aide d’un BigInteger.

Attributs

Remarques

Construisez un EdECPoint.

Documentation Java pour java.security.spec.EdECPoint.EdECPoint(boolean, java.math.BigInteger).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à