Langage

ECPoint Constructeurs

Définition

Surcharges

Nom Description
ECPoint(BigInteger, BigInteger)

Crée un ECPoint à partir de la coordonnée x x affine spécifiée et de la coordonnée yy affine .

ECPoint(IntPtr, JniHandleOwnership)

Constructeur utilisé lors de la création de représentations managées d’objets JNI ; appelée par le runtime.

ECPoint(BigInteger, BigInteger)

Crée un ECPoint à partir de la coordonnée x x affine spécifiée et de la coordonnée yy affine .

[Android.Runtime.Register(".ctor", "(Ljava/math/BigInteger;Ljava/math/BigInteger;)V", "")]
public ECPoint(Java.Math.BigInteger? x, Java.Math.BigInteger? y);
[<Android.Runtime.Register(".ctor", "(Ljava/math/BigInteger;Ljava/math/BigInteger;)V", "")>]
new Java.Security.Spec.ECPoint : Java.Math.BigInteger * Java.Math.BigInteger -> Java.Security.Spec.ECPoint

Paramètres

x
BigInteger

coordonnée x affine.

y
BigInteger

la coordonnée y affine.

Attributs

Remarques

Crée un ECPoint à partir de la coordonnée x x affine spécifiée et de la coordonnée yy affine .

Java documentation pour java.security.spec.ECPoint.ECPoint(java.math.BigInteger, 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 à

ECPoint(IntPtr, JniHandleOwnership)

Constructeur utilisé lors de la création de représentations managées d’objets JNI ; appelée par le runtime.

protected ECPoint(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Security.Spec.ECPoint : nativeint * Android.Runtime.JniHandleOwnership -> Java.Security.Spec.ECPoint

Paramètres

javaReference
IntPtr

nativeint

Contenant IntPtrune référence d’objet Java Native Interface (JNI).

transfer
JniHandleOwnership

Indiquant JniHandleOwnershipcomment gérer javaReference

Remarques

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 à