Compartilhar via


KeyGenerator Construtores

Definição

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.

Documentação Java para javax.crypto.KeyGenerator.KeyGenerator(javax.crypto.KeyGeneratorSpi, java.security.Provider, java.lang.String).

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