Lenguaje

RSAKeyGenParameterSpec Constructores

Definición

Sobrecargas

Nombre Description
RSAKeyGenParameterSpec(Int32, BigInteger)

Construye un nuevo RSAKeyGenParameterSpec objeto a partir de los parámetros keyize, public-exponent value y null key especificados.

RSAKeyGenParameterSpec(IntPtr, JniHandleOwnership)

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

RSAKeyGenParameterSpec(Int32, BigInteger, IAlgorithmParameterSpec)

Construye un nuevo RSAKeyGenParameterSpec objeto a partir de los parámetros keyize, public-exponent value y key.

RSAKeyGenParameterSpec(Int32, BigInteger)

Construye un nuevo RSAKeyGenParameterSpec objeto a partir de los parámetros keyize, public-exponent value y null key especificados.

[Android.Runtime.Register(".ctor", "(ILjava/math/BigInteger;)V", "")]
public RSAKeyGenParameterSpec(int keysize, Java.Math.BigInteger? publicExponent);
[<Android.Runtime.Register(".ctor", "(ILjava/math/BigInteger;)V", "")>]
new Java.Security.Spec.RSAKeyGenParameterSpec : int * Java.Math.BigInteger -> Java.Security.Spec.RSAKeyGenParameterSpec

Parámetros

keysize
Int32

el tamaño del módulo (especificado en el número de bits)

publicExponent
BigInteger

el exponente público

Atributos

Comentarios

Construye un nuevo RSAKeyGenParameterSpec objeto a partir de los parámetros keyize, public-exponent value y null key especificados.

Java documentación para java.security.spec.RSAKeyGenParameterSpec.RSAKeyGenParameterSpec(int, java.math.BigInteger).

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

RSAKeyGenParameterSpec(IntPtr, JniHandleOwnership)

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

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

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

RSAKeyGenParameterSpec(Int32, BigInteger, IAlgorithmParameterSpec)

Construye un nuevo RSAKeyGenParameterSpec objeto a partir de los parámetros keyize, public-exponent value y key.

[Android.Runtime.Register(".ctor", "(ILjava/math/BigInteger;Ljava/security/spec/AlgorithmParameterSpec;)V", "", ApiSince=35)]
public RSAKeyGenParameterSpec(int keysize, Java.Math.BigInteger? publicExponent, Java.Security.Spec.IAlgorithmParameterSpec? keyParams);
[<Android.Runtime.Register(".ctor", "(ILjava/math/BigInteger;Ljava/security/spec/AlgorithmParameterSpec;)V", "", ApiSince=35)>]
new Java.Security.Spec.RSAKeyGenParameterSpec : int * Java.Math.BigInteger * Java.Security.Spec.IAlgorithmParameterSpec -> Java.Security.Spec.RSAKeyGenParameterSpec

Parámetros

keysize
Int32

el tamaño del módulo (especificado en el número de bits)

publicExponent
BigInteger

el exponente público

keyParams
IAlgorithmParameterSpec

los parámetros de clave, pueden ser NULL.

Atributos

Comentarios

Construye un nuevo RSAKeyGenParameterSpec objeto a partir de los parámetros keyize, public-exponent value y key.

Agregado en 11.

Java documentación para java.security.spec.RSAKeyGenParameterSpec.RSAKeyGenParameterSpec(int, java.math.BigInteger, java.security.spec.AlgorithmParameterSpec).

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