Lenguaje

KeyFactory Constructores

Definición

Sobrecargas

Nombre Description
KeyFactory(IntPtr, JniHandleOwnership)

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

KeyFactory(KeyFactorySpi, Provider, String)

Crea un objeto KeyFactory.

KeyFactory(IntPtr, JniHandleOwnership)

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

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

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

KeyFactory(KeyFactorySpi, Provider, String)

Crea un objeto KeyFactory.

[Android.Runtime.Register(".ctor", "(Ljava/security/KeyFactorySpi;Ljava/security/Provider;Ljava/lang/String;)V", "")]
protected KeyFactory(Java.Security.KeyFactorySpi? keyFacSpi, Java.Security.Provider? provider, string? algorithm);
[<Android.Runtime.Register(".ctor", "(Ljava/security/KeyFactorySpi;Ljava/security/Provider;Ljava/lang/String;)V", "")>]
new Java.Security.KeyFactory : Java.Security.KeyFactorySpi * Java.Security.Provider * string -> Java.Security.KeyFactory

Parámetros

keyFacSpi
KeyFactorySpi

delegado

provider
Provider

el proveedor

algorithm
String

el nombre del algoritmo que se va a asociar a este KeyFactory

Atributos

Comentarios

Crea un objeto KeyFactory.

Java documentación para java.security.KeyFactory.KeyFactory(java.security.KeyFactorySpi, java.security.Provider, java.lang.String).

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