Share via


XECPublicKeySpec.GetU Method

Definition

Get the u coordinate of the point.

[Android.Runtime.Register("getU", "()Ljava/math/BigInteger;", "GetGetUHandler", ApiSince=33)]
public virtual Java.Math.BigInteger? GetU ();
[<Android.Runtime.Register("getU", "()Ljava/math/BigInteger;", "GetGetUHandler", ApiSince=33)>]
abstract member GetU : unit -> Java.Math.BigInteger
override this.GetU : unit -> Java.Math.BigInteger

Returns

the u-coordinate, represented using a BigInteger which may hold any value

Attributes

Remarks

Get the u coordinate of the point.

Java documentation for java.security.spec.XECPublicKeySpec.getU().

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