IDHPublicKey.GetY Method

Definition

Returns the public value, y.

[Android.Runtime.Register("getY", "()Ljava/math/BigInteger;", "GetGetYHandler:Javax.Crypto.Interfaces.IDHPublicKeyInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public Java.Math.BigInteger? GetY ();
[<Android.Runtime.Register("getY", "()Ljava/math/BigInteger;", "GetGetYHandler:Javax.Crypto.Interfaces.IDHPublicKeyInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member GetY : unit -> Java.Math.BigInteger

Returns

the public value, y

Attributes

Remarks

Returns the public value, y.

Java documentation for javax.crypto.interfaces.DHPublicKey.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