Lenguaje

ECParameterSpec Constructores

Definición

Sobrecargas

Nombre Description
ECParameterSpec(IntPtr, JniHandleOwnership)

Constructor utilizado al crear representaciones administradas de objetos JNI; llamado por el tiempo de ejecución.

ECParameterSpec(EllipticCurve, ECPoint, BigInteger, Int32)

Crea parámetros de dominio de curva elíptica basados en los valores especificados.

ECParameterSpec(IntPtr, JniHandleOwnership)

Constructor utilizado al crear representaciones administradas de objetos JNI; llamado por el tiempo de ejecución.

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

Parámetros

javaReference
IntPtr

nativeint

que IntPtrcontiene una referencia de objeto Java Native Interface (JNI).

transfer
JniHandleOwnership

un JniHandleOwnershipvalor de tipo que indica cómo controlar javaReference

Comentarios

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a

ECParameterSpec(EllipticCurve, ECPoint, BigInteger, Int32)

Crea parámetros de dominio de curva elíptica basados en los valores especificados.

[Android.Runtime.Register(".ctor", "(Ljava/security/spec/EllipticCurve;Ljava/security/spec/ECPoint;Ljava/math/BigInteger;I)V", "")]
public ECParameterSpec(Java.Security.Spec.EllipticCurve? curve, Java.Security.Spec.ECPoint? g, Java.Math.BigInteger? n, int h);
[<Android.Runtime.Register(".ctor", "(Ljava/security/spec/EllipticCurve;Ljava/security/spec/ECPoint;Ljava/math/BigInteger;I)V", "")>]
new Java.Security.Spec.ECParameterSpec : Java.Security.Spec.EllipticCurve * Java.Security.Spec.ECPoint * Java.Math.BigInteger * int -> Java.Security.Spec.ECParameterSpec

Parámetros

curve
EllipticCurve

la curva elíptica que define este parámetro.

g
ECPoint

generador que también se conoce como punto base.

n
BigInteger

el orden del generador g.

h
Int32

cofactor.

Atributos

Excepciones

si order <= zero o cofactor <= zero.

Comentarios

Crea parámetros de dominio de curva elíptica basados en los valores especificados.

Java documentación para java.security.spec.ECParameterSpec.ECParameterSpec(java.security.spec.EllipticCurve, java.security.spec.ECPoint, java.math.BigInteger, int).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a