DHPrivateKeySpec.GetX Method

Definition

Returns the private value 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 value x

Attributes

Remarks

Returns the private value x.

Java documentation for javax.crypto.spec.DHPrivateKeySpec.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