Idioma

RSAPrivateKeySpec Construtores

Definição

Sobrecargas

Nome Description
RSAPrivateKeySpec(BigInteger, BigInteger)

Cria um novo RSAPrivateKeySpec.

RSAPrivateKeySpec(IntPtr, JniHandleOwnership)

Um construtor usado ao criar representações gerenciadas de objetos JNI; chamado pelo runtime.

RSAPrivateKeySpec(BigInteger, BigInteger, IAlgorithmParameterSpec)

Cria um novo RSAPrivateKeySpec com parâmetros de chave adicionais.

RSAPrivateKeySpec(BigInteger, BigInteger)

Cria um novo RSAPrivateKeySpec.

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

Parâmetros

modulus
BigInteger

o módulo

privateExponent
BigInteger

o expoente privado

Atributos

Comentários

Cria um novo RSAPrivateKeySpec.

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

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

Aplica-se a

RSAPrivateKeySpec(IntPtr, JniHandleOwnership)

Um construtor usado ao criar representações gerenciadas de objetos JNI; chamado pelo runtime.

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

Parâmetros

javaReference
IntPtr

nativeint

Uma IntPtrreferência de objeto JNI (Java Native Interface).

transfer
JniHandleOwnership

Um JniHandleOwnershipque indica como lidar javaReference

Comentários

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

Aplica-se a

RSAPrivateKeySpec(BigInteger, BigInteger, IAlgorithmParameterSpec)

Cria um novo RSAPrivateKeySpec com parâmetros de chave adicionais.

[Android.Runtime.Register(".ctor", "(Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/security/spec/AlgorithmParameterSpec;)V", "", ApiSince=35)]
public RSAPrivateKeySpec(Java.Math.BigInteger? modulus, Java.Math.BigInteger? privateExponent, Java.Security.Spec.IAlgorithmParameterSpec? params);
[<Android.Runtime.Register(".ctor", "(Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/security/spec/AlgorithmParameterSpec;)V", "", ApiSince=35)>]
new Java.Security.Spec.RSAPrivateKeySpec : Java.Math.BigInteger * Java.Math.BigInteger * Java.Security.Spec.IAlgorithmParameterSpec -> Java.Security.Spec.RSAPrivateKeySpec

Parâmetros

modulus
BigInteger

o módulo

privateExponent
BigInteger

o expoente privado

params
IAlgorithmParameterSpec

os parâmetros associados a essa chave podem ser nulos

Atributos

Comentários

Cria um novo RSAPrivateKeySpec com parâmetros de chave adicionais.

Adicionado em 11.

Documentação Java para java.security.spec.RSAPrivateKeySpec.RSAPrivateKeySpec(java.math.BigInteger, java.math.BigInteger, java.security.spec.AlgorithmParameterSpec).

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

Aplica-se a