RSAPublicKeySpec Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | Description |
|---|---|
| RSAPublicKeySpec(BigInteger, BigInteger) |
Crée un RSAPublicKeySpec. |
| RSAPublicKeySpec(IntPtr, JniHandleOwnership) |
Constructeur utilisé lors de la création de représentations managées d’objets JNI ; appelée par le runtime. |
| RSAPublicKeySpec(BigInteger, BigInteger, IAlgorithmParameterSpec) |
Crée un RSAPublicKeySpec avec des paramètres de clé supplémentaires. |
RSAPublicKeySpec(BigInteger, BigInteger)
Crée un RSAPublicKeySpec.
[Android.Runtime.Register(".ctor", "(Ljava/math/BigInteger;Ljava/math/BigInteger;)V", "")]
public RSAPublicKeySpec(Java.Math.BigInteger? modulus, Java.Math.BigInteger? publicExponent);
[<Android.Runtime.Register(".ctor", "(Ljava/math/BigInteger;Ljava/math/BigInteger;)V", "")>]
new Java.Security.Spec.RSAPublicKeySpec : Java.Math.BigInteger * Java.Math.BigInteger -> Java.Security.Spec.RSAPublicKeySpec
Paramètres
- modulus
- BigInteger
le module
- publicExponent
- BigInteger
exposant public
- Attributs
Remarques
Crée un RSAPublicKeySpec.
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 à
RSAPublicKeySpec(IntPtr, JniHandleOwnership)
Constructeur utilisé lors de la création de représentations managées d’objets JNI ; appelée par le runtime.
protected RSAPublicKeySpec(IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Security.Spec.RSAPublicKeySpec : nativeint * Android.Runtime.JniHandleOwnership -> Java.Security.Spec.RSAPublicKeySpec
Paramètres
- 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 à
RSAPublicKeySpec(BigInteger, BigInteger, IAlgorithmParameterSpec)
Crée un RSAPublicKeySpec 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 RSAPublicKeySpec(Java.Math.BigInteger? modulus, Java.Math.BigInteger? publicExponent, 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.RSAPublicKeySpec : Java.Math.BigInteger * Java.Math.BigInteger * Java.Security.Spec.IAlgorithmParameterSpec -> Java.Security.Spec.RSAPublicKeySpec
Paramètres
- modulus
- BigInteger
le module
- publicExponent
- BigInteger
exposant public
- params
- IAlgorithmParameterSpec
les paramètres associés à cette clé peuvent être null
- Attributs
Remarques
Crée un RSAPublicKeySpec avec des paramètres de clé supplémentaires.
Ajouté dans 11.
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.