Idioma

DSAParameterSpec Construtores

Definição

Sobrecargas

Nome Description
DSAParameterSpec(IntPtr, JniHandleOwnership)

Um construtor usado ao criar representações gerenciadas de objetos JNI; chamado pelo runtime.

DSAParameterSpec(BigInteger, BigInteger, BigInteger)

Cria um novo DSAParameterSpec com os valores de parâmetro especificados.

DSAParameterSpec(IntPtr, JniHandleOwnership)

Um construtor usado ao criar representações gerenciadas de objetos JNI; chamado pelo runtime.

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

Parâmetros

javaReference
IntPtr

nativeint

Uma IntPtrreferência de objeto JNI (Java Native Interface).

transfer
JniHandleOwnership

Um JniHandleOwnershipque indica como lidar javaReference

Comentários

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a

DSAParameterSpec(BigInteger, BigInteger, BigInteger)

Cria um novo DSAParameterSpec com os valores de parâmetro especificados.

[Android.Runtime.Register(".ctor", "(Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;)V", "")]
public DSAParameterSpec(Java.Math.BigInteger? p, Java.Math.BigInteger? q, Java.Math.BigInteger? g);
[<Android.Runtime.Register(".ctor", "(Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;)V", "")>]
new Java.Security.Spec.DSAParameterSpec : Java.Math.BigInteger * Java.Math.BigInteger * Java.Math.BigInteger -> Java.Security.Spec.DSAParameterSpec

Parâmetros

p
BigInteger

o primo.

q
BigInteger

o subprime.

g
BigInteger

a base.

Atributos

Comentários

Cria um novo DSAParameterSpec com os valores de parâmetro especificados.

Documentação Java para java.security.spec.DSAParameterSpec.DSAParameterSpec(java.math.BigInteger, java.math.BigInteger, java.math.BigInteger).

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Project Open Source do Open Source e usadas de acordo com os termos descritos na Creative Commons 2.5.

Aplica-se a