KeyGenerator Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
KeyGenerator(IntPtr, JniHandleOwnership) |
Constructor utilizado al crear representaciones administradas de objetos JNI; llamado por el tiempo de ejecución. |
KeyGenerator(KeyGeneratorSpi, Provider, String) |
Crea un objeto KeyGenerator. |
KeyGenerator(IntPtr, JniHandleOwnership)
Constructor utilizado al crear representaciones administradas de objetos JNI; llamado por el tiempo de ejecución.
protected KeyGenerator (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Javax.Crypto.KeyGenerator : nativeint * Android.Runtime.JniHandleOwnership -> Javax.Crypto.KeyGenerator
Parámetros
- javaReference
-
IntPtr
nativeint
que IntPtrcontiene una referencia de objeto de 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 proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.
Se aplica a
KeyGenerator(KeyGeneratorSpi, Provider, String)
Crea un objeto KeyGenerator.
[Android.Runtime.Register(".ctor", "(Ljavax/crypto/KeyGeneratorSpi;Ljava/security/Provider;Ljava/lang/String;)V", "")]
protected KeyGenerator (Javax.Crypto.KeyGeneratorSpi? keyGenSpi, Java.Security.Provider? provider, string? algorithm);
[<Android.Runtime.Register(".ctor", "(Ljavax/crypto/KeyGeneratorSpi;Ljava/security/Provider;Ljava/lang/String;)V", "")>]
new Javax.Crypto.KeyGenerator : Javax.Crypto.KeyGeneratorSpi * Java.Security.Provider * string -> Javax.Crypto.KeyGenerator
Parámetros
- keyGenSpi
- KeyGeneratorSpi
delegado
- provider
- Provider
el proveedor
- algorithm
- String
el algoritmo
- Atributos
Comentarios
Crea un objeto KeyGenerator.
Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.