KeyGenerator Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
KeyGenerator(IntPtr, JniHandleOwnership) |
Um construtor usado ao criar representações gerenciadas de objetos JNI; chamado pelo tempo de execução. |
KeyGenerator(KeyGeneratorSpi, Provider, String) |
Cria um objeto KeyGenerator. |
KeyGenerator(IntPtr, JniHandleOwnership)
Um construtor usado ao criar representações gerenciadas de objetos JNI; chamado pelo tempo de execução.
protected KeyGenerator (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Javax.Crypto.KeyGenerator : nativeint * Android.Runtime.JniHandleOwnership -> Javax.Crypto.KeyGenerator
Parâmetros
- javaReference
-
IntPtr
nativeint
Um IntPtrque contém uma referência de objeto JNI (Java Native Interface).
- transfer
- JniHandleOwnership
Uma JniHandleOwnershipindicação de como lidar javaReference
Comentários
Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.
Aplica-se a
KeyGenerator(KeyGeneratorSpi, Provider, String)
Cria um 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
O Delegado
- provider
- Provider
o provedor
- algorithm
- String
O algoritmo
- Atributos
Comentários
Cria um objeto KeyGenerator.
Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.