Compartilhar via


AlgorithmParameterGenerator Construtores

Definição

Sobrecargas

AlgorithmParameterGenerator(IntPtr, JniHandleOwnership)

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

AlgorithmParameterGenerator(AlgorithmParameterGeneratorSpi, Provider, String)

Cria um objeto AlgorithmParameterGenerator.

AlgorithmParameterGenerator(IntPtr, JniHandleOwnership)

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

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

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

AlgorithmParameterGenerator(AlgorithmParameterGeneratorSpi, Provider, String)

Cria um objeto AlgorithmParameterGenerator.

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

Parâmetros

paramGenSpi
AlgorithmParameterGeneratorSpi

O Delegado

provider
Provider

o provedor

algorithm
String

O algoritmo

Atributos

Comentários

Cria um objeto AlgorithmParameterGenerator.

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