DSAPrivateKeySpec.GetX Method

Definition

Returns the private key x.

[Android.Runtime.Register("getX", "()Ljava/math/BigInteger;", "GetGetXHandler")]
public virtual Java.Math.BigInteger? GetX ();
[<Android.Runtime.Register("getX", "()Ljava/math/BigInteger;", "GetGetXHandler")>]
abstract member GetX : unit -> Java.Math.BigInteger
override this.GetX : unit -> Java.Math.BigInteger

Returns

the private key x.

Attributes

Remarks

Returns the private key x.

Java documentation for java.security.spec.DSAPrivateKeySpec.getX().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to