Share via


DSAPublicKeySpec.GetY Method

Definition

Returns the public key y.

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

Returns

the public key y.

Attributes

Remarks

Returns the public key y.

Java documentation for java.security.spec.DSAPublicKeySpec.getY().

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