Langue

RSAPrivateKeySpec Constructeurs

Définition

Surcharges

Nom Description
RSAPrivateKeySpec(BigInteger, BigInteger)

Crée un rsaPrivateKeySpec.

RSAPrivateKeySpec(IntPtr, JniHandleOwnership)

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

RSAPrivateKeySpec(BigInteger, BigInteger, IAlgorithmParameterSpec)

Crée un rsaPrivateKeySpec avec des paramètres de clé supplémentaires.

RSAPrivateKeySpec(BigInteger, BigInteger)

Crée un 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

Paramètres

modulus
BigInteger

le module

privateExponent
BigInteger

l’exposant privé

Attributs

Remarques

Crée un rsaPrivateKeySpec.

Java documentation pour java.security.spec.RSAPrivateKeySpec.RSAPrivateKeySpec(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 à

RSAPrivateKeySpec(IntPtr, JniHandleOwnership)

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

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

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 à

RSAPrivateKeySpec(BigInteger, BigInteger, IAlgorithmParameterSpec)

Crée un rsaPrivateKeySpec avec des paramètres de clé supplémentaires.

[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

Paramètres

modulus
BigInteger

le module

privateExponent
BigInteger

l’exposant privé

params
IAlgorithmParameterSpec

les paramètres associés à cette clé peuvent être null

Attributs

Remarques

Crée un rsaPrivateKeySpec avec des paramètres de clé supplémentaires.

Ajouté dans 11.

Java documentation pour java.security.spec.RSAPrivateKeySpec.RSAPrivateKeySpec(java.math.BigInteger, java.math.BigInteger, java.security.spec.AlgorithmParameterSpec).

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 à