Compartilhar via


KeyFactory Construtores

Definição

Sobrecargas

KeyFactory(IntPtr, JniHandleOwnership)

Um construtor usado ao criar representações gerenciadas de objetos JNI; chamado pelo tempo de execução.

KeyFactory(KeyFactorySpi, Provider, String)

Cria um objeto KeyFactory.

KeyFactory(IntPtr, JniHandleOwnership)

Um construtor usado ao criar representações gerenciadas de objetos JNI; chamado pelo tempo de execução.

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

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

KeyFactory(KeyFactorySpi, Provider, String)

Cria um 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

O Delegado

provider
Provider

o provedor

algorithm
String

o nome do algoritmo a ser associado a isso KeyFactory

Atributos

Comentários

Cria um objeto KeyFactory.

Documentação Java para java.security.KeyFactory.KeyFactory(java.security.KeyFactorySpi, 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