Compartilhar via


EdECPoint(Boolean, BigInteger) Construtor

Definição

Construa um 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

Parâmetros

xOdd
Boolean

se a coordenada x é ímpar.

y
BigInteger

a coordenada y, representada usando um BigIntegerarquivo .

Atributos

Comentários

Construa um EdECPoint.

Documentação Java para java.security.spec.EdECPoint.EdECPoint(boolean, java.math.BigInteger).

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a