Condividi tramite


RSAPrivateKeySpec Costruttori

Definizione

Overload

RSAPrivateKeySpec(BigInteger, BigInteger)

Crea un nuovo RSAPrivateKeySpec.

RSAPrivateKeySpec(IntPtr, JniHandleOwnership)

Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime.

RSAPrivateKeySpec(BigInteger, BigInteger)

Crea un nuovo 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

Parametri

modulus
BigInteger

modulo

privateExponent
BigInteger

esponente privato

Attributi

Commenti

Crea un nuovo RSAPrivateKeySpec.

Documentazione java per java.security.spec.RSAPrivateKeySpec.RSAPrivateKeySpec(java.math.BigInteger, java.math.BigInteger).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a

RSAPrivateKeySpec(IntPtr, JniHandleOwnership)

Costruttore usato durante la creazione di rappresentazioni gestite di oggetti JNI; chiamato dal runtime.

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

Parametri

javaReference
IntPtr

nativeint

Oggetto IntPtrcontenente un riferimento all'oggetto JNI (Java Native Interface).

transfer
JniHandleOwnership

Oggetto JniHandleOwnershipche indica come gestire javaReference

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a