Idioma

DSAPrivateKeySpec Construtores

Definição

Sobrecargas

Nome Description
DSAPrivateKeySpec(IntPtr, JniHandleOwnership)

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

DSAPrivateKeySpec(BigInteger, BigInteger, BigInteger, BigInteger)

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

DSAPrivateKeySpec(IntPtr, JniHandleOwnership)

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

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

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

DSAPrivateKeySpec(BigInteger, BigInteger, BigInteger, BigInteger)

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

[Android.Runtime.Register(".ctor", "(Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;)V", "")]
public DSAPrivateKeySpec(Java.Math.BigInteger? x, 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;Ljava/math/BigInteger;)V", "")>]
new Java.Security.Spec.DSAPrivateKeySpec : Java.Math.BigInteger * Java.Math.BigInteger * Java.Math.BigInteger * Java.Math.BigInteger -> Java.Security.Spec.DSAPrivateKeySpec

Parâmetros

x
BigInteger

a chave privada.

p
BigInteger

o primo.

q
BigInteger

o subprime.

g
BigInteger

a base.

Atributos

Comentários

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

Documentação Java para java.security.spec.DSAPrivateKeySpec.DSAPrivateKeySpec(java.math.BigInteger, 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